Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Interface
org.eclipse.ui.forms.IManagedForm

Packages that use IManagedForm
org.eclipse.ui.forms Forms-based controls for use in views, editors, and wizards. 
org.eclipse.ui.forms.editor Support for forms-based multi-page editors. 
 

Uses of IManagedForm in org.eclipse.ui.forms
 

Classes in org.eclipse.ui.forms that implement IManagedForm
 class ManagedForm
          Managed form wraps a form widget and adds life cycle methods for form parts.
 

Methods in org.eclipse.ui.forms that return IManagedForm
  IManagedForm AbstractFormPart. getManagedForm ()
          Returns the form that manages this part.
 

Methods in org.eclipse.ui.forms with parameters of type IManagedForm
 void MasterDetailsBlock. createContent ( IManagedForm managedForm)
          Creates the content of the master/details block inside the managed form.
 void MasterDetailsBlock. createContent ( IManagedForm managedForm, Composite parent)
          Creates the content of the master/details block inside the parent composite.
protected  void FormDialog. createFormContent ( IManagedForm mform)
          Configures the dialog form and creates form content.
protected abstract  void MasterDetailsBlock. createMasterPart ( IManagedForm managedForm, Composite parent)
          Implement this method to create a master part in the provided parent.
protected abstract  void MasterDetailsBlock. createToolBarActions ( IManagedForm managedForm)
          Implement this method to create form tool bar actions and add them to the form tool bar if desired.
 void IFormPart. initialize ( IManagedForm form)
          Initializes the part.
 void AbstractFormPart. initialize ( IManagedForm form)
           
 void DetailsPart. initialize ( IManagedForm form)
           
 

Constructors in org.eclipse.ui.forms with parameters of type IManagedForm
DetailsPart ( IManagedForm mform, Composite parent, int style)
          Creates a new details part in the provided form by creating the page book.
DetailsPart ( IManagedForm mform, ScrolledPageBook pageBook)
          Creates a details part by wrapping the provided page book.
 

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

Methods in org.eclipse.ui.forms.editor that return IManagedForm
  IManagedForm SharedHeaderFormEditor. getHeaderForm ()
          Returns the form that owns the shared header.
  IManagedForm FormPage. getManagedForm ()
          Returns the managed form owned by this page.
  IManagedForm IFormPage. getManagedForm ()
          Returns the managed form of this page, unless this is a source page.
 

Methods in org.eclipse.ui.forms.editor with parameters of type IManagedForm
protected  void FormPage. createFormContent ( IManagedForm managedForm)
          Subclasses should override this method to create content in the form hosted in this page.
protected  void SharedHeaderFormEditor. createHeaderContents ( IManagedForm headerForm)
          Subclasses should extend this method to configure the form that owns the shared header.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire