Uses of Interface
org.eclipse.jface.dialogs.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
Modifier and TypeMethodDescriptionPageChangedEvent.getPageChangeProvider()
Returns the page change provider that is the source of this event.ModifierConstructorDescriptionPageChangedEvent
(IPageChangeProvider source, Object selectedPage) Creates a new event for the given source and selected page. -
Uses of IPageChangeProvider in org.eclipse.jface.preference
Modifier and TypeClassDescriptionclass
A preference dialog is a hierarchical presentation of preference pages. -
Uses of IPageChangeProvider in org.eclipse.jface.wizard
-
Uses of IPageChangeProvider in org.eclipse.ui.forms.editor
Modifier 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
Modifier and TypeClassDescriptionclass
A multi-page editor is an editor with multiple pages, each of which may contain an editor or an arbitrary SWT control.