Uses of Class
org.eclipse.ui.part.MultiPageEditorPart
Package
Description
Support for forms-based multi-page editors.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
-
Uses of MultiPageEditorPart in org.eclipse.ui.forms.editor
Modifier and TypeClassDescriptionclass
This class forms a base of multi-page form editors that typically use one or more pages with forms and one page for raw source of the editor input.class
A variation ofFormEditor
, this editor has a stable header that does not change when pages are switched. -
Uses of MultiPageEditorPart in org.eclipse.ui.part
Modifier and TypeMethodDescriptionMultiPageEditorSite.getMultiPageEditor()
Returns the multi-page editor.MultiPageSelectionProvider.getMultiPageEditor()
Returns the multi-page editor.ModifierConstructorDescriptionMultiPageEditorSite
(MultiPageEditorPart multiPageEditor, IEditorPart editor) Creates a site for the given editor nested within the given multi-page editor.MultiPageSelectionProvider
(MultiPageEditorPart multiPageEditor) Creates a selection provider for the given multi-page editor.