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.
|
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.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.