Uses of Class
org.eclipse.jface.dialogs.Dialog
Packages that use Dialog
Package
Description
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
Provides a user interface for debug platform source lookup facilities.
Provides support for dialogs.
Provides a framework for preferences.
Provides a framework for wizards.
Application programming interface to implement a wizard based user interface for refactorings.
Provides basic support for managing Team providers.
Contains the team synchronization presentation framework and support
for the Synchronize View.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
Forms-based controls for use in views, editors, and wizards.
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Application programming interfaces for interaction
with the Eclipse text editor template support.
Provides the standard Task List view for displaying
tasks and problem annotations on resources.
-
Uses of Dialog in org.eclipse.compare
Subclasses of Dialog in org.eclipse.compare -
Uses of Dialog in org.eclipse.compare.internal
Subclasses of Dialog in org.eclipse.compare.internalModifier and TypeClassDescriptionclassclassThis is a dialog that can host aCompareEditorInput.classThis is a dialog that can invoke the compare editor on chosen files.classclassBase class for resizable Dialogs with persistent window bounds. -
Uses of Dialog in org.eclipse.debug.ui
Subclasses of Dialog in org.eclipse.debug.uiModifier and TypeClassDescriptionclassA dialog that prompts the user to choose and configure a string substitution variable. -
Uses of Dialog in org.eclipse.debug.ui.sourcelookup
Subclasses of Dialog in org.eclipse.debug.ui.sourcelookupModifier and TypeClassDescriptionclassA dialog for editing the source lookup path of a source lookup director. -
Uses of Dialog in org.eclipse.jface.dialogs
Subclasses of Dialog in org.eclipse.jface.dialogsModifier and TypeClassDescriptionclassThe abstract implementation of a selection dialog.classA dialog to display one or more errors to the user, as contained in anIStatusobject.classThe IconAndMessageDialog is the abstract superclass of dialogs that have an icon and a message as the first two widgets.classA simple input dialog for soliciting an input string from the user.classA dialog for showing messages to the user.classA message dialog which also allows the user to adjust a toggle setting.classThe PlainMessageDialog represents a message dialog with a clear, simple API to create dialogs with message, buttons and image.classA modal dialog that displays progress during a long running operation.classAn abstract base class for dialogs with a status bar and OK/CANCEL buttons.classA 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.classATrayDialogis a specializedDialogthat can contain a tray on its side. -
Uses of Dialog in org.eclipse.jface.preference
Subclasses of Dialog in org.eclipse.jface.preferenceModifier and TypeClassDescriptionclassA preference dialog is a hierarchical presentation of preference pages. -
Uses of Dialog in org.eclipse.jface.wizard
Subclasses of Dialog in org.eclipse.jface.wizard -
Uses of Dialog in org.eclipse.ltk.ui.refactoring
Methods in org.eclipse.ltk.ui.refactoring that return DialogModifier and TypeMethodDescriptionstatic DialogRefactoringUI.createLightWeightStatusDialog(RefactoringStatus status, Shell parent, String windowTitle) Creates a light-weight dialog to present aRefactoringStatusto the user.static DialogRefactoringUI.createRefactoringStatusDialog(RefactoringStatus status, Shell parent, String windowTitle, boolean backButton) Creates a dialog to present aRefactoringStatusto the user. -
Uses of Dialog in org.eclipse.team.ui
Subclasses of Dialog in org.eclipse.team.uiModifier and TypeClassDescriptionclassDeprecated.Clients should use a subclass ofCompareEditorInputandCompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput) -
Uses of Dialog in org.eclipse.team.ui.synchronize
Subclasses of Dialog in org.eclipse.team.ui.synchronizeModifier and TypeClassDescriptionclassDeprecated. -
Uses of Dialog in org.eclipse.ui.dialogs
Subclasses of Dialog in org.eclipse.ui.dialogsModifier and TypeClassDescriptionclassAn abstract class to select elements out of a list of elements.classA class to select elements out of a tree structure.classA standard selection dialog which solicits a container resource from the user.classThis class is used to allow the user to select a dialog from the set of internal and external editors.classA class to select elements out of a list of elements.classA class to select elements out of a tree structure.classShows a list of items to the user with a text entry field for a string pattern used to filter the list of items.classShows a list of resources to the user with a text entry field for a string pattern used to filter the list of resources.classA dialog that prompts for one element out of a list of elements.classA standard dialog which solicits a list of selections from the user.classDialog to allow the user to select from a list of marker resolutions.classThe NewFolderDialog is used to create a new folder.classThe ProjectLocationMoveDialog is the dialog used to select the location of a project for moving.classThe ProjectLocationSelectionDialog is the dialog used to select the name and location of a project for copying.classShows a list of resources to the user with a text entry field for a string pattern used to filter the list of resources.classA standard resource selection dialog which solicits a list of resources from the user.classA standard "Save As" dialog which solicits a path from the user.classThe abstract implementation of a selection dialog.classAn abstract base class for dialogs with a status bar and ok/cancel buttons.classA list selection dialog with two panes.classThe TypeFilteringDialog is a SelectionDialog that allows the user to select a file editor.classDeprecated.Providing Cancel in addition to Yes/No is confusing. -
Uses of Dialog in org.eclipse.ui.forms
Subclasses of Dialog in org.eclipse.ui.forms -
Uses of Dialog in org.eclipse.ui.ide.dialogs
Subclasses of Dialog in org.eclipse.ui.ide.dialogsModifier and TypeClassDescriptionclassDialog 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.final classA selection dialog which shows the path variables defined in the workspace. -
Uses of Dialog in org.eclipse.ui.internal
Subclasses of Dialog in org.eclipse.ui.internalModifier and TypeClassDescriptionstatic class -
Uses of Dialog in org.eclipse.ui.preferences
Subclasses of Dialog in org.eclipse.ui.preferencesModifier and TypeClassDescriptionclassThe ViewSettingsDialog is an abstract class that provides some common functionality for view preferences. -
Uses of Dialog in org.eclipse.ui.texteditor.templates
Subclasses of Dialog in org.eclipse.ui.texteditor.templatesModifier and TypeClassDescriptionprotected static classDialog to edit a template.Methods in org.eclipse.ui.texteditor.templates that return DialogModifier and TypeMethodDescriptionprotected DialogTemplatePreferencePage.createTemplateEditDialog(Template template, boolean edit, boolean isNameModifiable) Deprecated.not called any longer as of 3.1 - useTemplatePreferencePage.editTemplate(Template, boolean, boolean) -
Uses of Dialog in org.eclipse.ui.views.markers.internal
Subclasses of Dialog in org.eclipse.ui.views.markers.internalModifier and TypeClassDescriptionclassShows 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.classDialogTaskProperties is the properties dialog for tasks. -
Uses of Dialog in org.eclipse.ui.views.tasklist
Subclasses of Dialog in org.eclipse.ui.views.tasklistModifier and TypeClassDescriptionclassShows the properties of a new or existing task, or a problem.
org.eclipse.team.ui.history.IHistoryPageSourcein conjunction with theorg.eclipse.team.ui.history.IHistoryViewor aHistoryPageCompareEditorInput.