|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFormPage | |
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 | |
class |
FormPage
A base class that all pages that should be added to FormEditor must subclass. |
Methods in org.eclipse.ui.forms.editor that return IFormPage | |
IFormPage |
FormEditor.setActivePage(String pageId)
Sets the active page using the unique page identifier. |
IFormPage |
FormEditor.findPage(String pageId)
Finds the page instance that has the provided id. |
IFormPage |
FormEditor.setActivePage(String pageId,
Object pageInput)
Sets the active page using the unique page identifier and sets its input to the provided object. |
IFormPage |
FormEditor.selectReveal(Object pageInput)
Iterates through the pages calling similar method until a page is found that contains the desired page input. |
IFormPage |
FormEditor.getActivePageInstance()
Returns active page instance if the currently selected page index is not -1, or null if it is. |
Methods in org.eclipse.ui.forms.editor with parameters of type IFormPage | |
int |
FormEditor.addPage(IFormPage page)
Adds the form page to this editor. |
protected void |
FormEditor.configurePage(int index,
IFormPage page)
Configures the form page. |
|
Eclipse Platform Release 3.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.