Overview

 
Class  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV PACKAGE   NEXT PACKAGE FRAMES    NO FRAMES  


 

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 The FilterMatcher is the interface used to check filtering criterea.
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.
IWorkingSetEditWizard A working set edit wizard allows editing a working set using the IWorkingSetPage associated with the working set.
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 folder resources that currently do not exist, 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 Deprecated. Use org.eclipse.swt.widgets.FileDialog,
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.
ListDialog A dialog that prompts for one element out of a list of elements.
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.
NewFolderDialog The NewFolderDialog is used to create a new folder.
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).
ResourceListSelectionDialog Shows a list of resources to the user with a text entry field for a string pattern used to filter the list of resources.
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.
TypeFilteringDialog The TypeFilteringDialog is a SelectionDialog that allows the user to select a file editor.
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.
WizardNewLinkPage Standard resource link page for a wizard that creates a file or 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.


 

Overview

 
Class  Use  Tree  Deprecated  Index  Help 
Eclipse Platform
Release 3.0
 PREV PACKAGE   NEXT PACKAGE FRAMES    NO FRAMES  


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.