Uses of Interface
org.eclipse.ui.forms.editor.IFormPage
-
Packages that use IFormPage Package Description org.eclipse.ui.forms.editor Support for forms-based multi-page editors. -
-
Uses of IFormPage in org.eclipse.ui.forms.editor
Classes in org.eclipse.ui.forms.editor that implement IFormPage Modifier and Type Class Description classFormPageA base class that all pages that should be added to FormEditor must subclass.Methods in org.eclipse.ui.forms.editor that return IFormPage Modifier and Type Method Description IFormPageFormEditor. findPage(String pageId)Finds the page instance that has the provided id.IFormPageFormEditor. getActivePageInstance()Returns active page instance if the currently selected page index is not -1 and active page is a IFormPage, ornullotherwise.IFormPageFormEditor. selectReveal(Object pageInput)Iterates through the pages calling similar method until a page is found that contains the desired page input.IFormPageFormEditor. setActivePage(String pageId)Sets the active page using the unique page identifier.IFormPageFormEditor. setActivePage(String pageId, Object pageInput)Sets the active page using the unique page identifier and sets its input to the provided object.Methods in org.eclipse.ui.forms.editor with parameters of type IFormPage Modifier and Type Method Description voidFormEditor. addPage(int index, IFormPage page)Adds the form page to this editor at the specified index (0-based).intFormEditor. addPage(IFormPage page)Adds the form page to this editor.protected voidFormEditor. configurePage(int index, IFormPage page)Configures the form page.
-