Package com.iizigo.editor
Interface IWorkbenchPartIZ
- All Superinterfaces:
- IAdaptable,- IWorkbenchPart
- All Known Implementing Classes:
- CaptureEditor,- ContextMenuEditor,- DatabaseEditor,- FontFacesEditor,- ImageDefinitionEditor,- PanelEditor,- PropEditorPart,- RecordingEditor,- RemoteTerminalView,- ScreenEditor,- SelectorEditor,- ServerConfigView,- SessionsView,- StyleEditor,- TerminalView,- TextTableEditor,- VirtualSpaceEditor,- WebServiceEditor
Workbench part required to be implemented for parts by actions, and other items. The PropEditorPart implements it.
- Author:
- Christopher Mindus
- Field Summary- Fields inherited from interface org.eclipse.ui.IWorkbenchPart- PROP_TITLE
- Method SummaryModifier and TypeMethodDescriptionGets the extensions framework.Gets the selection enabler instance.Gets the undo/redo instance.- booleanChecks if the part is disposed of.- default voidCalled when the workbench extension focus is received to a component.- Methods inherited from interface org.eclipse.core.runtime.IAdaptable- getAdapter- Methods inherited from interface org.eclipse.ui.IWorkbenchPart- addPropertyListener, createPartControl, dispose, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setFocus
- Method Details- getExtensionIPartExtensionIZ getExtension()Gets the extensions framework.
- getUndoRedoIPropUndoRedo getUndoRedo()Gets the undo/redo instance.
- isDisposedboolean isDisposed()Checks if the part is disposed of.
- getSelectionEnablerSelectionEnabler getSelectionEnabler()Gets the selection enabler instance.
- onComponentFocusedCalled when the workbench extension focus is received to a component. This call is normally not processes, but gives a change upon focus restore to set the last focused component.