Eclipse Platform
2.0

Package org.eclipse.ui.dialogs

Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.

See:
          Description

Interface Summary
FilteredList.FilterMatcher  
IOverwriteQuery 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 Used in selection dialogs to validate selections
ISelectionValidator For validating selections in some selection dialogs.
IWorkingSetPage A working set page allows the user to edit an existing working set and create a new working set.
IWorkingSetSelectionDialog A working set selection dialog displays the list of working sets available in the workbench.
 

Class Summary
AbstractElementListSelectionDialog An abstract class to select elements out of a list of elements.
CheckedTreeSelectionDialog A class to select elements out of a tree structure.
ContainerGenerator For creating non-existing folder resources along a given workspace path.
ContainerSelectionDialog A standard selection dialog which solicits a container resource from the user.
ElementListSelectionDialog A class to select elements out of a list of elements.
ElementTreeSelectionDialog A class to select elements out of a tree structure.
FileEditorMappingContentProvider A content provider for displaying of IFileEditorMapping objects in viewers.
FileEditorMappingLabelProvider A label provider for displaying of IFileEditorMapping objects in viewers.
FileSelectionDialog A standard file selection dialog which solicits a list of files from the user.
FileSystemElement Instances of this class represent files or file-like entities (eg.- zip file entries) on the local file system.
FilteredList A composite widget which holds a list of elements for user selection.
ListSelectionDialog A standard dialog which solicits a list of selections from the user.
MarkerResolutionSelectionDialog Dialog to allow the user to select from a list of marker resolutions.
ProjectLocationMoveDialog The ProjectLocationMoveDialog is the dialog used to select the location of a project for moving.
ProjectLocationSelectionDialog The ProjectLocationSelectionDialog is the dialog used to select the name and location of a project for copying.
PropertyDialogAction Standard action for opening a Property Pages Dialog on the currently selected element.
PropertyPage Abstract base implementation of a workbench property page (IWorkbenchPropertyPage).
ResourceSelectionDialog A standard resource selection dialog which solicits a list of resources from the user.
SaveAsDialog A standard "Save As" dialog which solicits a path from the user.
SelectionDialog The abstract implementation of a selection dialog.
SelectionStatusDialog An abstract base class for dialogs with a status bar and ok/cancel buttons.
TwoPaneElementSelector A list selection dialog with two panes.
WizardDataTransferPage The common superclass for wizard import and export pages.
WizardExportPage Deprecated. use WizardExportResourcePage
WizardExportResourcesPage Abstract superclass for a typical export wizard's main page.
WizardImportPage Deprecated. use WizardResourceImportPage
WizardNewFileCreationPage Standard main page for a wizard that creates a file resource.
WizardNewFolderMainPage Standard main page for a wizard that creates a folder resource.
WizardNewProjectCreationPage Standard main page for a wizard that is creates a project resource.
WizardNewProjectReferencePage Standard project reference page for a wizard that creates a project resource.
WizardResourceImportPage The abstract superclass for a typical import wizard's main page.
YesNoCancelListSelectionDialog Deprecated. Providing Cancel in addition to Yes/No is confusing.
 

Package org.eclipse.ui.dialogs Description

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.


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.