Uses of Interface
org.eclipse.jface.dialogs.IPageChangeProvider
Packages that use IPageChangeProvider
Package
Description
Provides support for dialogs.
Provides a framework for preferences.
Provides a framework for wizards.
Support for forms-based multi-page editors.
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 IPageChangeProviderModifier and TypeMethodDescriptionPageChangedEvent.getPageChangeProvider()
Returns the page change provider that is the source of this event.Constructors in org.eclipse.jface.dialogs with parameters of type IPageChangeProviderModifierConstructorDescriptionPageChangedEvent
(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 IPageChangeProviderModifier and TypeClassDescriptionclass
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 -
Uses of IPageChangeProvider in org.eclipse.ui.forms.editor
Classes in org.eclipse.ui.forms.editor that implement IPageChangeProviderModifier and TypeClassDescriptionclass
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
A variation ofFormEditor
, 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 IPageChangeProviderModifier and TypeClassDescriptionclass
A multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.