Overview

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


 

Uses of Package
org.eclipse.jface.dialogs

Packages that use org.eclipse.jface.dialogs
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.jface.dialogs Provides support for dialogs.  
org.eclipse.jface.preference Provides a framework for preferences.  
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.contentassist Provides a content assist add-on for an ITextViewer.  
org.eclipse.jface.wizard Provides a framework for wizards.  
org.eclipse.search.ui Provides classes and interfaces to run search queries and manage their results.  
org.eclipse.search.ui.text Provides the interface for a default search result page for textual searches.  
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 Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.  
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.help Classes for integration with the help support system in the Eclipse Platform User Interface.  
org.eclipse.ui.plugin Class hierarchies for plug-ins that integrate with the Eclipse Platform UI.  
org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
org.eclipse.ui.views.tasklist Provides the standard Task List view for displaying tasks and problem annotations on resources.  
org.eclipse.ui.wizards.datatransfer Provides the standard Import and Export wizards for moving resources into and out of the workspace. 
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.compare
Dialog
          A dialog is a specialized window used for narrow-focused communication with the user.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.compare.internal
Dialog
          A dialog is a specialized window used for narrow-focused communication with the user.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.jface.dialogs
ControlEnableState
          Helper class to save the enable/disable state of a control including all its descendent controls.
Dialog
          A dialog is a specialized window used for narrow-focused communication with the user.
IconAndMessageDialog
          The IconAndMessageDialog is the abstract superclass of dialogs that have an icon and a message as the first two widgets.
IDialogBlockedHandler
          The IDialogBlockedHandler is the handler used by JFace to provide extra information when a blocking has occured.
IDialogPage
          Interface for a page in a multi-page dialog.
IDialogSettings
          An interface to a storage mechanism for making dialog settings persistent.
IInputValidator
          The IInputValidator is the interface for simple validators.
IMessageProvider
          Minimal interface to a message provider.
MessageDialog
          A dialog for showing messages to the user.
MessageDialogWithToggle
           A message dialog which also allows the user to adjust a toggle setting.
ProgressIndicator
          A control for showing progress feedback for a long running operation.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.jface.preference
Dialog
          A dialog is a specialized window used for narrow-focused communication with the user.
DialogPage
          Abstract base implementation of a dialog page.
IDialogPage
          Interface for a page in a multi-page dialog.
IMessageProvider
          Minimal interface to a message provider.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.jface.text
IDialogSettings
          An interface to a storage mechanism for making dialog settings persistent.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.jface.text.contentassist
IDialogSettings
          An interface to a storage mechanism for making dialog settings persistent.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.jface.wizard
Dialog
          A dialog is a specialized window used for narrow-focused communication with the user.
DialogPage
          Abstract base implementation of a dialog page.
IDialogPage
          Interface for a page in a multi-page dialog.
IDialogSettings
          An interface to a storage mechanism for making dialog settings persistent.
IMessageProvider
          Minimal interface to a message provider.
ProgressIndicator
          A control for showing progress feedback for a long running operation.
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.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.search.ui
IDialogPage
          Interface for a page in a multi-page dialog.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.search.ui.text
IDialogSettings
          An interface to a storage mechanism for making dialog settings persistent.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.team.ui
Dialog
          A dialog is a specialized window used for narrow-focused communication with the user.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.team.ui.synchronize
Dialog
          A dialog is a specialized window used for narrow-focused communication with the user.
IDialogSettings
          An interface to a storage mechanism for making dialog settings persistent.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.ui
IDialogPage
          Interface for a page in a multi-page dialog.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.ui.dialogs
Dialog
          A dialog is a specialized window used for narrow-focused communication with the user.
DialogPage
          Abstract base implementation of a dialog page.
IDialogPage
          Interface for a page in a multi-page dialog.
IMessageProvider
          Minimal interface to a message provider.
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.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.ui.editors.text
DialogPage
          Abstract base implementation of a dialog page.
IDialogPage
          Interface for a page in a multi-page dialog.
IMessageProvider
          Minimal interface to a message provider.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.ui.help
IDialogPage
          Interface for a page in a multi-page dialog.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.ui.plugin
IDialogSettings
          An interface to a storage mechanism for making dialog settings persistent.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.ui.texteditor.templates
Dialog
          A dialog is a specialized window used for narrow-focused communication with the user.
DialogPage
          Abstract base implementation of a dialog page.
IDialogPage
          Interface for a page in a multi-page dialog.
IMessageProvider
          Minimal interface to a message provider.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.ui.views.tasklist
Dialog
          A dialog is a specialized window used for narrow-focused communication with the user.
 

Classes in org.eclipse.jface.dialogs used by org.eclipse.ui.wizards.datatransfer
DialogPage
          Abstract base implementation of a dialog page.
IDialogPage
          Interface for a page in a multi-page dialog.
IMessageProvider
          Minimal interface to a message provider.
 


 

Overview

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


Guidelines for using Eclipse APIs.

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