Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

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.
IWorkingSetNewWizard A working set new wizard allows creating new working sets using a plug-in specific working set page.
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.
ContainerCheckedTreeViewer 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.
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.
EditorSelectionDialog This class is used to allow the user to select a dialog from the set of internal and external editors.
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.
FilteredItemsSelectionDialog Shows a list of items to the user with a text entry field for a string pattern used to filter the list of items.
FilteredItemsSelectionDialog.SelectionHistory History stores a list of key, object pairs.
FilteredList A composite widget which holds a list of elements for user selection.
FilteredResourcesSelectionDialog Shows a list of resources to the user with a text entry field for a string pattern used to filter the list of resources.
FilteredTree A simple control that provides a text widget and a tree viewer.
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.
PatternFilter A filter used in conjunction with FilteredTree.
PreferenceLinkArea The PreferenceLinkArea is the link area used to open a specific preference page.
PreferencesUtil The PreferencesUtil class is the class that opens a properties or preference dialog on a set of ids.
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.
SearchPattern A search pattern defines how search results are found.
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.
WorkingSetConfigurationBlock Instances of this class provide a reusable composite with controls that allow the selection of working sets.
WorkingSetGroup Instances of this class provide a WorkingSetConfigurationBlock wrapped with an SWT Group container.
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
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire