org.eclipse.ui.dialogs |
Package-level Javadoc
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Package Specification
This package provides useful classes for the definition of wizards, property
pages and preference pages. It also provides standard dialogs such
as the Save As dialog.
|
Java Source File Name | Type | Comment |
AbstractElementListSelectionDialog.java | Class | An abstract class to select elements out of a list of elements. |
CheckedTreeSelectionDialog.java | Class | A class to select elements out of a tree structure. |
ContainerCheckedTreeViewer.java | Class | CheckboxTreeViewer with special behaviour of the checked / gray state on
container (non-leaf) nodes:
The grayed state is used to visualize the checked state of its children.
Containers are checked and non-gray if all contained leafs are checked. |
EditorSelectionDialog.java | Class | This class is used to allow the user to select a dialog from the set of
internal and external editors. |
ElementListSelectionDialog.java | Class | A class to select elements out of a list of elements. |
ElementTreeSelectionDialog.java | Class | A class to select elements out of a tree structure. |
FileEditorMappingContentProvider.java | Class | A content provider for displaying of IFileEditorMapping
objects in viewers. |
FileEditorMappingLabelProvider.java | Class | A label provider for displaying of IFileEditorMapping
objects in viewers. |
FileSystemElement.java | Class | Instances of this class represent files or file-like entities (eg.- zip file
entries) on the local file system. |
FilteredItemsSelectionDialog.java | Class | Shows a list of items to the user with a text entry field for a string
pattern used to filter the list of items. |
FilteredList.java | Class | A composite widget which holds a list of elements for user selection. |
FilteredTree.java | Class | A simple control that provides a text widget and a tree viewer. |
IOverwriteQuery.java | Interface | Implementors of this interface answer one of the prescribed return codes
when asked whether to overwrite a certain path string (which could
represent a resource path, a file system path, etc). |
ISelectionStatusValidator.java | Interface | |
ISelectionValidator.java | Interface | For validating selections in some selection dialogs.
Clients should implement this interface to define specialized selection
validators. |
IWorkingSetEditWizard.java | Interface | A working set edit wizard allows editing a working set using
the IWorkingSetPage associated with the working set. |
IWorkingSetNewWizard.java | Interface | A working set new wizard allows creating new working sets using
a plug-in specific working set page. |
IWorkingSetPage.java | Interface | A working set page allows the user to edit an existing
working set and create a new working set. |
IWorkingSetSelectionDialog.java | Interface | A working set selection dialog displays the list of working
sets available in the workbench. |
ListDialog.java | Class | A dialog that prompts for one element out of a list of elements. |
ListSelectionDialog.java | Class | A standard dialog which solicits a list of selections from the user.
This class is configured with an arbitrary data model represented by content
and label provider objects. |
PatternFilter.java | Class | A filter used in conjunction with FilteredTree . |
PreferenceLinkArea.java | Class | The PreferenceLinkArea is the link area used to open a specific preference
page. |
PreferencesUtil.java | Class | The PreferencesUtil class is the class that opens a properties or preference
dialog on a set of ids. |
PropertyDialogAction.java | Class | Standard action for opening a Property Pages Dialog on the currently selected
element.
This class may be instantiated; it is not intended to be subclassed.
Generally speaking, this action is useful in pop-up menus because it allows
the user to browse and change properties of selected elements. |
PropertyPage.java | Class | Abstract base implementation of a workbench property page (
IWorkbenchPropertyPage ). |
SearchPattern.java | Class | A search pattern defines how search results are found.
This class is intended to be subclassed by clients. |
SelectionDialog.java | Class | The abstract implementation of a selection dialog. |
SelectionStatusDialog.java | Class | An abstract base class for dialogs with a status bar and ok/cancel buttons.
The status message must be passed over as StatusInfo object and can be
an error, warning or ok. |
TwoArrayQuickSorter.java | Class | Quick sort to sort key-value pairs. |
TwoPaneElementSelector.java | Class | A list selection dialog with two panes. |
TypeFilteringDialog.java | Class | The TypeFilteringDialog is a SelectionDialog that allows the user to select a
file editor. |
WorkingSetConfigurationBlock.java | Class | Instances of this class provide a reusable composite with controls that allow
the selection of working sets. |
WorkingSetGroup.java | Class | Instances of this class provide a
WorkingSetConfigurationBlock wrapped with an SWT Group container. |
YesNoCancelListSelectionDialog.java | Class | YesNoCancelListSelectionDialog is a list selection dialog that also allows
the user to select no as a result. |