| com.xoetrope.editor.eclipse.langed.LanguageEditorContributor
LanguageEditorContributor | public class LanguageEditorContributor extends MultiPageEditorActionBarContributor (Code) | | Manages the installation/deinstallation of global actions for multi-page
editors. Responsible for the redirection of global actions to the active
editor. Multi-page contributor replaces the contributors for the individual
editors in the multi-page editor.
|
LanguageEditorContributor | public LanguageEditorContributor()(Code) | | Creates a multi-page contributor.
|
contributeToMenu | public void contributeToMenu(IMenuManager manager)(Code) | | |
contributeToToolBar | public void contributeToToolBar(IToolBarManager manager)(Code) | | |
getAction | protected IAction getAction(ITextEditor editor, String actionID)(Code) | | Returns the action registered with the given text editor.
IAction or null if editor is null. |
setActivePage | public void setActivePage(IEditorPart part)(Code) | | |
|
|