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
  • Field Summary

    Fields inherited from interface org.eclipse.ui.IWorkbenchPart

    PROP_TITLE
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the extensions framework.
    Gets the selection enabler instance.
    Gets the undo/redo instance.
    boolean
    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.

    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

    • 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.