Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IPageChangeProvider |
PageChangedEvent.getPageChangeProvider()
Returns the page change provider that is the source of this event.
|
Constructor and Description |
---|
PageChangedEvent(IPageChangeProvider source,
Object selectedPage)
Creates a new event for the given source and selected page.
|
Modifier and Type | Class and Description |
---|---|
class |
PreferenceDialog
A preference dialog is a hierarchical presentation of preference pages.
|
Modifier and Type | Class and Description |
---|---|
class |
WizardDialog
A dialog to show a wizard to the end user.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
MultiPageEditorPart
A multi-page editor is an editor with multiple pages, each of which may
contain an editor or an arbitrary SWT control.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.