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.jface.dialogs.IPageChangeProvider

Packages that use IPageChangeProvider
org.eclipse.jface.dialogs Provides support for dialogs. 
org.eclipse.jface.preference Provides a framework for preferences. 
org.eclipse.jface.wizard Provides a framework for wizards. 
org.eclipse.ui.forms.editor Support for forms-based multi-page editors. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Uses of IPageChangeProvider in org.eclipse.jface.dialogs
 

Methods in org.eclipse.jface.dialogs that return IPageChangeProvider
  IPageChangeProvider PageChangedEvent. getPageChangeProvider ()
          Returns the page change provider that is the source of this event.
 

Constructors in org.eclipse.jface.dialogs with parameters of type IPageChangeProvider
PageChangedEvent ( IPageChangeProvider source, Object selectedPage)
          Creates a new event for the given source and selected page.
 

Uses of IPageChangeProvider in org.eclipse.jface.preference
 

Classes in org.eclipse.jface.preference that implement IPageChangeProvider
 class PreferenceDialog
          A preference dialog is a hierarchical presentation of preference pages.
 

Uses of IPageChangeProvider in org.eclipse.jface.wizard
 

Classes in org.eclipse.jface.wizard that implement IPageChangeProvider
 class WizardDialog
          A dialog to show a wizard to the end user.
 

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

Classes in org.eclipse.ui.forms.editor that implement IPageChangeProvider
 class FormEditor
          This class forms a base of multi-page form editors that typically use one or more pages with forms and one page for raw source of the editor input.
 class SharedHeaderFormEditor
          A variation of FormEditor, this editor has a stable header that does not change when pages are switched.
 

Uses of IPageChangeProvider in org.eclipse.ui.part
 

Classes in org.eclipse.ui.part that implement IPageChangeProvider
 class MultiPageEditorPart
          A multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.
 


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