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.editor.IFormPage

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. findPage ( String pageId)
          Finds the page instance that has the provided id.
  IFormPage FormEditor. getActivePageInstance ()
          Returns active page instance if the currently selected page index is not -1, or null if it is.
  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. setActivePage ( String pageId)
          Sets the active page using the unique page identifier.
  IFormPage FormEditor. 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
 int FormEditor. addPage ( IFormPage page)
          Adds the form page to this editor.
 void FormEditor. addPage (int index, IFormPage page)
          Adds the form page to this editor at the specified index (0-based).
protected  void FormEditor. configurePage (int index, IFormPage page)
          Configures the form page.
 


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