| GetContent |
Used in method that returns a @WorkbenchClientEditor content.
|
| GetPreview |
Use in method that returns a @WorkbenchClientEditor content preview.
|
| IsDirty |
Deprecated.
|
| OnClose |
Methods annotated with this will be called by the Workbench immediately after a WorkbenchPart is closed.
|
| OnContextAttach |
|
| OnFocus |
Indicates that the framework should call the target method when the activity is the current activity in the current
panel.
|
| OnLostFocus |
Indicates that the framework should call the target method when the activity is no longer the current activity in the
current panel.
|
| OnMayClose |
Methods annotated with this will be called by the Workbench before the WorkbenchPart is closed.
|
| OnOpen |
Methods annotated with this are called by the Workbench when a WorkbenchPart
is displayed.
|
| OnSave |
Deprecated.
|
| OnShutdown |
|
| OnStartup |
Methods annotated with this are called by the Workbench before methods
annotated with @OnOpen.
|
| SetContent |
Use in method that sets a @WorkbenchClientEditor content.
|
| Validate |
|