Eclipse Platform
Release 3.1

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.  
 

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.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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