Eclipse Platform
Release 3.3

Uses of Class
org.eclipse.ui.forms.editor.FormEditor

Packages that use FormEditor
org.eclipse.ui.forms.editor Support for forms-based multi-page editors.  
 

Uses of FormEditor in org.eclipse.ui.forms.editor
 

Subclasses of FormEditor in org.eclipse.ui.forms.editor
 class SharedHeaderFormEditor
          A variation of FormEditor, this editor has a stable header that does not change when pages are switched.
 

Methods in org.eclipse.ui.forms.editor that return FormEditor
 FormEditor FormPage.getEditor()
          Returns the parent editor.
 FormEditor IFormPage.getEditor()
          Returns the editor this page belongs to.
 

Methods in org.eclipse.ui.forms.editor with parameters of type FormEditor
 void FormPage.initialize(FormEditor editor)
          Primes the form page with the parent editor instance.
 void IFormPage.initialize(FormEditor editor)
           
 

Constructors in org.eclipse.ui.forms.editor with parameters of type FormEditor
FormPage(FormEditor editor, String id, String title)
          A constructor that creates the page and initializes it with the editor.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.