| org.eclipse.ui.examples.multipageeditor.MultiPageContributor
MultiPageContributor | public class MultiPageContributor 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.
|
Method Summary | |
protected IAction | getAction(ITextEditor editor, String actionID) Returns the action registed with the given text editor. | public void | setActivePage(IEditorPart part) |
MultiPageContributor | public MultiPageContributor()(Code) | | Creates a multi-page contributor.
|
getAction | protected IAction getAction(ITextEditor editor, String actionID)(Code) | | Returns the action registed with the given text editor.
IAction or null if editor is null. |
setActivePage | public void setActivePage(IEditorPart part)(Code) | | |
|
|