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.IWorkbenchPart
Workbench 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 IPartExtensionIZ
getExtension()
Gets the extensions framework.SelectionEnabler
getSelectionEnabler()
Gets the selection enabler instance.IPropUndoRedo
getUndoRedo()
Gets the undo/redo instance.boolean
isDisposed()
Checks if the part is disposed of.default void
onComponentFocused(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.