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 Platform
Release 3.5

Uses of Class
org.eclipse.jface.dialogs.Dialog

Packages that use Dialog
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.compare.internal   
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.ltk.ui.refactoring Application programming interface to implement a wizard based user interface for refactorings. 
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.preferences Classes for using the preferences support in org.eclipse.core.runtime.preferences Package Specification This package has the convenience classes provided by the Eclipse workbench for use by clients who wish to use the core preference support added in 3.0. 
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 Dialog in org.eclipse.compare
 

Subclasses of Dialog in org.eclipse.compare
 class EditionSelectionDialog
          Deprecated. Use an org.eclipse.team.ui.history.IHistoryPageSource in conjunction with the org.eclipse.team.ui.history.IHistoryView or a HistoryPageCompareEditorInput. For sub-file elements, a org.eclipse.team.ui.history.ElementLocalHistoryPageSource can be used.
 

Uses of Dialog in org.eclipse.compare.internal
 

Subclasses of Dialog in org.eclipse.compare.internal
 class org.eclipse.compare.internal.ResizableDialog
          Base class for resizable Dialogs with persistent window bounds.
 

Uses of Dialog in org.eclipse.debug.ui
 

Subclasses of Dialog in org.eclipse.debug.ui
 class StringVariableSelectionDialog
          A 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.sourcelookup
 class SourceLookupDialog
          A 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.dialogs
 class ErrorDialog
          A dialog to display one or more errors to the user, as contained in an IStatus object.
 class IconAndMessageDialog
          The IconAndMessageDialog is the abstract superclass of dialogs that have an icon and a message as the first two widgets.
 class InputDialog
          A simple input dialog for soliciting an input string from the user.
 class MessageDialog
          A dialog for showing messages to the user.
 class MessageDialogWithToggle
           A message dialog which also allows the user to adjust a toggle setting.
 class ProgressMonitorDialog
          A modal dialog that displays progress during a long running operation.
 class StatusDialog
          An abstract base class for dialogs with a status bar and OK/CANCEL buttons.
 class TitleAreaDialog
          A 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.
 class TrayDialog
          A TrayDialog is a specialized Dialog that can contain a tray on its side.
 

Uses of Dialog in org.eclipse.jface.preference
 

Subclasses of Dialog in org.eclipse.jface.preference
 class PreferenceDialog
          A 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
 class WizardDialog
          A dialog to show a wizard to the end user.
 

Uses of Dialog in org.eclipse.ltk.ui.refactoring
 

Methods in org.eclipse.ltk.ui.refactoring that return Dialog
static  Dialog RefactoringUI. createLightWeightStatusDialog ( RefactoringStatus status, Shell parent, String windowTitle)
          Creates a light-weight dialog to present a RefactoringStatus to the user.
static  Dialog RefactoringUI. createRefactoringStatusDialog ( RefactoringStatus status, Shell parent, String windowTitle, boolean backButton)
          Creates a dialog to present a RefactoringStatus to the user.
 

Uses of Dialog in org.eclipse.team.ui
 

Subclasses of Dialog in org.eclipse.team.ui
 class SaveablePartDialog
          Deprecated. Clients should use a subclass of CompareEditorInput and CompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
 

Uses of Dialog in org.eclipse.team.ui.synchronize
 

Subclasses of Dialog in org.eclipse.team.ui.synchronize
 class ParticipantPageDialog
          Deprecated. Clients should use ParticipantPageCompareEditorInput and CompareUI.openCompareDialog(org.eclipse.compare.CompareEditorInput)
 

Uses of Dialog in org.eclipse.ui.dialogs
 

Subclasses of Dialog in org.eclipse.ui.dialogs
 class AbstractElementListSelectionDialog
          An abstract class to select elements out of a list of elements.
 class CheckedTreeSelectionDialog
          A class to select elements out of a tree structure.
 class ContainerSelectionDialog
          A standard selection dialog which solicits a container resource from the user.
 class EditorSelectionDialog
          This class is used to allow the user to select a dialog from the set of internal and external editors.
 class ElementListSelectionDialog
          A class to select elements out of a list of elements.
 class ElementTreeSelectionDialog
          A class to select elements out of a tree structure.
 class FileSelectionDialog
          Deprecated. Use org.eclipse.swt.widgets.FileDialog,
 class 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.
 class 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.
 class ListDialog
          A dialog that prompts for one element out of a list of elements.
 class ListSelectionDialog
          A standard dialog which solicits a list of selections from the user.
 class MarkerResolutionSelectionDialog
          Dialog to allow the user to select from a list of marker resolutions.
 class NewFolderDialog
          The NewFolderDialog is used to create a new folder.
 class ProjectLocationMoveDialog
          The ProjectLocationMoveDialog is the dialog used to select the location of a project for moving.
 class ProjectLocationSelectionDialog
          The ProjectLocationSelectionDialog is the dialog used to select the name and location of a project for copying.
 class 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.
 class ResourceSelectionDialog
          A standard resource selection dialog which solicits a list of resources from the user.
 class SaveAsDialog
          A standard "Save As" dialog which solicits a path from the user.
 class SelectionDialog
          The abstract implementation of a selection dialog.
 class SelectionStatusDialog
          An abstract base class for dialogs with a status bar and ok/cancel buttons.
 class TwoPaneElementSelector
          A list selection dialog with two panes.
 class TypeFilteringDialog
          The TypeFilteringDialog is a SelectionDialog that allows the user to select a file editor.
 class YesNoCancelListSelectionDialog
          Deprecated. Providing Cancel in addition to Yes/No is confusing. It is better to subclass the regular ListSelectionDialog, which uses OK/Cancel, and provide a separate checkbox if necessary.
 

Uses of Dialog in org.eclipse.ui.forms
 

Subclasses of Dialog in org.eclipse.ui.forms
 class FormDialog
          A general-purpose dialog that hosts a form.
 

Uses of Dialog in org.eclipse.ui.ide.dialogs
 

Subclasses of Dialog in org.eclipse.ui.ide.dialogs
 class PathVariableSelectionDialog
          A selection dialog which shows the path variables defined in the workspace.
 

Uses of Dialog in org.eclipse.ui.preferences
 

Subclasses of Dialog in org.eclipse.ui.preferences
 class ViewSettingsDialog
          The 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.templates
protected static class TemplatePreferencePage.EditTemplateDialog
          Dialog to edit a template.
 

Methods in org.eclipse.ui.texteditor.templates that return Dialog
protected   Dialog TemplatePreferencePage. createTemplateEditDialog ( Template template, boolean edit, boolean isNameModifiable)
          Deprecated. not called any longer as of 3.1 - use TemplatePreferencePage.editTemplate(Template, boolean, boolean)
 

Uses of Dialog in org.eclipse.ui.views.bookmarkexplorer
 

Subclasses of Dialog in org.eclipse.ui.views.bookmarkexplorer
 class BookmarkPropertiesDialog
          Shows the properties of a new or existing bookmark This class was made public in 3.3.
 

Uses of Dialog in org.eclipse.ui.views.markers.internal
 

Subclasses of Dialog in org.eclipse.ui.views.markers.internal
 class org.eclipse.ui.views.markers.internal.DialogMarkerProperties
          Shows 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.
 class org.eclipse.ui.views.markers.internal.DialogTaskProperties
          DialogTaskProperties is the properties dialog for tasks.
 

Uses of Dialog in org.eclipse.ui.views.tasklist
 

Subclasses of Dialog in org.eclipse.ui.views.tasklist
 class TaskPropertiesDialog
          Shows the properties of a new or existing task, or a problem.
 


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