Subclasses must implement the following methods:
createPages
- to create the required pages by calling one of the addPage
methodsIEditorPart.doSave
- to save contents of editorIEditorPart.doSaveAs
- to save contents of editorIEditorPart.isSaveAsAllowed
- to enable Save AsIEditorPart.gotoMarker
- to scroll to a marker Multi-page editors have a single action bar contributor, which manages contributions for all the pages. The contributor must be a subclass of AbstractMultiPageEditorActionBarContributor
. Note that since any nested editors are created directly in code by callers of addPage(IEditorPart,IEditorInput)
, nested editors do not have their own contributors.
|
|
|
|
|
|
|
|
|
|
|
|
|
|