Uses of Interface
org.eclipse.ui.forms.editor.IFormPage
-
Uses of IFormPage in org.eclipse.ui.forms.editor
Modifier and TypeClassDescriptionclass
A base class that all pages that should be added to FormEditor must subclass.Modifier and TypeMethodDescriptionFinds the page instance that has the provided id.FormEditor.getActivePageInstance()
Returns active page instance if the currently selected page index is not -1 and active page is a IFormPage, ornull
otherwise.FormEditor.selectReveal
(Object pageInput) Iterates through the pages calling similar method until a page is found that contains the desired page input.FormEditor.setActivePage
(String pageId) Sets the active page using the unique page identifier.FormEditor.setActivePage
(String pageId, Object pageInput) Sets the active page using the unique page identifier and sets its input to the provided object.Modifier and TypeMethodDescriptionvoid
Adds the form page to this editor at the specified index (0-based).int
Adds the form page to this editor.protected void
FormEditor.configurePage
(int index, IFormPage page) Configures the form page.