Package com.iizigo.editor
Interface IWorkbenchPartIZ
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable,org.eclipse.ui.IWorkbenchPart
- All Known Implementing Classes:
CaptureEditor,ContextMenuEditor,DatabaseEditor,FontFacesEditor,ImageDefinitionEditor,PanelEditor,PropEditorPart,RecordingEditor,RemoteTerminalView,ScreenEditor,SelectorEditor,ServerConfigView,SessionsView,StyleEditor,TerminalView,TextTableEditor,VirtualSpaceEditor,WebServiceEditor
public interface IWorkbenchPartIZ extends org.eclipse.ui.IWorkbenchPartWorkbench part required to be implemented for parts by actions, and other items. The PropEditorPart implements it.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description IPartExtensionIZgetExtension()Gets the extensions framework.SelectionEnablergetSelectionEnabler()Gets the selection enabler instance.IPropUndoRedogetUndoRedo()Gets the undo/redo instance.booleanisDisposed()Checks if the part is disposed of.default voidonComponentFocused(org.eclipse.swt.widgets.Control c)Called when the workbench extension focus is received to a component.
Method Detail
getExtension
IPartExtensionIZ getExtension()
Gets the extensions framework.
getUndoRedo
IPropUndoRedo getUndoRedo()
Gets the undo/redo instance.
isDisposed
boolean isDisposed()
Checks if the part is disposed of.
getSelectionEnabler
SelectionEnabler getSelectionEnabler()
Gets the selection enabler instance.
onComponentFocused
default void onComponentFocused(org.eclipse.swt.widgets.Control c)
Called 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.