Interface IWorkbenchPartIZ

    • Field Summary

      • Fields inherited from interface org.eclipse.ui.IWorkbenchPart

        PROP_TITLE
    • Method Detail

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