public interface IMultiPaneEditorContributor
Modifier and Type | Method and Description |
---|---|
void |
contributeToToolbar(org.eclipse.jface.action.IToolBarManager manager)
Called to enable the extension to add contributions to the toolbar.
|
void |
dispose()
Called when the editor stops
|
void |
init(MultiPaneEditor editor)
Called when the editor starts
|
void init(MultiPaneEditor editor)
void contributeToToolbar(org.eclipse.jface.action.IToolBarManager manager)
void dispose()