Uses of Class
org.eclipse.jface.dialogs.TrayDialog
-
Packages that use TrayDialog Package Description org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points.org.eclipse.debug.ui.sourcelookup Provides a user interface for debug platform source lookup facilities.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.team.ui Provides basic support for managing Team providers.org.eclipse.team.ui.synchronize Contains the team synchronization presentation framework and support for the Synchronize View.org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.org.eclipse.ui.forms Forms-based controls for use in views, editors, and wizards.org.eclipse.ui.ide.dialogs APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse text editor template support.org.eclipse.ui.views.bookmarkexplorer Provides the standard Bookmarks view which displays bookmarks on resources.org.eclipse.ui.views.markers.internal org.eclipse.ui.views.tasklist Provides the standard Task List view for displaying tasks and problem annotations on resources. -
-
Uses of TrayDialog in org.eclipse.debug.ui
Subclasses of TrayDialog in org.eclipse.debug.ui Modifier and Type Class Description classStringVariableSelectionDialogA dialog that prompts the user to choose and configure a string substitution variable. -
Uses of TrayDialog in org.eclipse.debug.ui.sourcelookup
Subclasses of TrayDialog in org.eclipse.debug.ui.sourcelookup Modifier and Type Class Description classSourceLookupDialogA dialog for editing the source lookup path of a source lookup director. -
Uses of TrayDialog in org.eclipse.jface.dialogs
Subclasses of TrayDialog in org.eclipse.jface.dialogs Modifier and Type Class Description classAbstractSelectionDialog<T>The abstract implementation of a selection dialog.classStatusDialogAn abstract base class for dialogs with a status bar and OK/CANCEL buttons.classTitleAreaDialogA dialog that has a title area for displaying a title and an image as well as a common area for displaying a description, a message, or an error message. -
Uses of TrayDialog in org.eclipse.jface.preference
Subclasses of TrayDialog in org.eclipse.jface.preference Modifier and Type Class Description classPreferenceDialogA preference dialog is a hierarchical presentation of preference pages. -
Uses of TrayDialog in org.eclipse.jface.wizard
Subclasses of TrayDialog in org.eclipse.jface.wizard Modifier and Type Class Description classWizardDialogA dialog to show a wizard to the end user. -
Uses of TrayDialog in org.eclipse.team.ui
Subclasses of TrayDialog in org.eclipse.team.ui Modifier and Type Class Description classSaveablePartDialogDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput) -
Uses of TrayDialog in org.eclipse.team.ui.synchronize
Subclasses of TrayDialog in org.eclipse.team.ui.synchronize Modifier and Type Class Description classParticipantPageDialogDeprecated. -
Uses of TrayDialog in org.eclipse.ui.dialogs
Subclasses of TrayDialog in org.eclipse.ui.dialogs Modifier and Type Class Description classAbstractElementListSelectionDialogAn abstract class to select elements out of a list of elements.classCheckedTreeSelectionDialogA class to select elements out of a tree structure.classContainerSelectionDialogA standard selection dialog which solicits a container resource from the user.classElementListSelectionDialogA class to select elements out of a list of elements.classElementTreeSelectionDialogA class to select elements out of a tree structure.classFileSelectionDialogDeprecated.Use org.eclipse.swt.widgets.FileDialog,classFilteredItemsSelectionDialogShows a list of items to the user with a text entry field for a string pattern used to filter the list of items.classFilteredResourcesSelectionDialogShows a list of resources to the user with a text entry field for a string pattern used to filter the list of resources.classListDialogA dialog that prompts for one element out of a list of elements.classListSelectionDialogA standard dialog which solicits a list of selections from the user.classMarkerResolutionSelectionDialogDialog to allow the user to select from a list of marker resolutions.classNewFolderDialogThe NewFolderDialog is used to create a new folder.classProjectLocationMoveDialogThe ProjectLocationMoveDialog is the dialog used to select the location of a project for moving.classProjectLocationSelectionDialogThe ProjectLocationSelectionDialog is the dialog used to select the name and location of a project for copying.classResourceListSelectionDialogShows a list of resources to the user with a text entry field for a string pattern used to filter the list of resources.classResourceSelectionDialogA standard resource selection dialog which solicits a list of resources from the user.classSaveAsDialogA standard "Save As" dialog which solicits a path from the user.classSelectionDialogThe abstract implementation of a selection dialog.classSelectionStatusDialogAn abstract base class for dialogs with a status bar and ok/cancel buttons.classTwoPaneElementSelectorA list selection dialog with two panes.classTypeFilteringDialogThe TypeFilteringDialog is a SelectionDialog that allows the user to select a file editor.classYesNoCancelListSelectionDialogDeprecated.Providing Cancel in addition to Yes/No is confusing. -
Uses of TrayDialog in org.eclipse.ui.forms
Subclasses of TrayDialog in org.eclipse.ui.forms Modifier and Type Class Description classFormDialogA general-purpose dialog that hosts a form. -
Uses of TrayDialog in org.eclipse.ui.ide.dialogs
Subclasses of TrayDialog in org.eclipse.ui.ide.dialogs Modifier and Type Class Description classImportTypeDialogDialog to let the user customise how files and resources are created in a project hierarchy after the user drag and drop items on a workspace container.classPathVariableSelectionDialogA selection dialog which shows the path variables defined in the workspace. -
Uses of TrayDialog in org.eclipse.ui.texteditor.templates
Subclasses of TrayDialog in org.eclipse.ui.texteditor.templates Modifier and Type Class Description protected static classTemplatePreferencePage.EditTemplateDialogDialog to edit a template. -
Uses of TrayDialog in org.eclipse.ui.views.bookmarkexplorer
Subclasses of TrayDialog in org.eclipse.ui.views.bookmarkexplorer Modifier and Type Class Description classBookmarkPropertiesDialogDeprecated. -
Uses of TrayDialog in org.eclipse.ui.views.markers.internal
Subclasses of TrayDialog in org.eclipse.ui.views.markers.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Class Description classorg.eclipse.ui.views.markers.internal.DialogMarkerPropertiesShows the properties of a new or existing marker In 3.3, this class was refactored to allow pre-existing public dialog classes to share the implementation.classorg.eclipse.ui.views.markers.internal.DialogTaskPropertiesDialogTaskProperties is the properties dialog for tasks. -
Uses of TrayDialog in org.eclipse.ui.views.tasklist
Subclasses of TrayDialog in org.eclipse.ui.views.tasklist Modifier and Type Class Description classTaskPropertiesDialogShows the properties of a new or existing task, or a problem.
-