Class MoxelEditorActionBarContributor

  • All Implemented Interfaces:
    ISelectionChangedListener, org.eclipse.ui.IEditorActionBarContributor

    public class MoxelEditorActionBarContributor
    extends org.eclipse.ui.part.EditorActionBarContributor
    implements ISelectionChangedListener
    Contributor class for moxel editor
    • Method Detail

      • setActiveEditor

        public void setActiveEditor​(org.eclipse.ui.IEditorPart part)
        Specified by:
        setActiveEditor in interface org.eclipse.ui.IEditorActionBarContributor
        Overrides:
        setActiveEditor in class org.eclipse.ui.part.EditorActionBarContributor
      • contributeToToolBar

        public void contributeToToolBar​(org.eclipse.jface.action.IToolBarManager toolBarManager)
        Overrides:
        contributeToToolBar in class org.eclipse.ui.part.EditorActionBarContributor
      • dispose

        public void dispose()
        Specified by:
        dispose in interface org.eclipse.ui.IEditorActionBarContributor
        Overrides:
        dispose in class org.eclipse.ui.part.EditorActionBarContributor
      • getAction

        protected final org.eclipse.jface.action.IAction getAction​(MoxelEditor editor,
                                                                   String actionId)
      • getAction

        protected final org.eclipse.jface.action.IAction getAction​(org.eclipse.ui.texteditor.ITextEditor editor,
                                                                   String actionId)