Eclipse Platform
2.0

Uses of Class
org.eclipse.jface.window.Window

Packages that use Window
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.window Provides a general framework for creating and managing windows. 
org.eclipse.jface.wizard Provides a framework for wizards. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.views.tasklist Provides the standard Task List view for displaying tasks and problem annotations on resources. 
 

Uses of Window in org.eclipse.compare
 

Subclasses of Window in org.eclipse.compare
 class EditionSelectionDialog
          A dialog where one input element can be compared against a list of historic variants (editions) of the same input element.
 

Uses of Window in org.eclipse.compare.internal
 

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

Uses of Window in org.eclipse.jface.dialogs
 

Subclasses of Window in org.eclipse.jface.dialogs
 class Dialog
          A dialog is a specialized window used for narrow-focused communication with the user.
 class ErrorDialog
          A dialog to display one or more errors to the user, as contained in an IStatus object.
 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 ProgressMonitorDialog
          A modal dialog that displays progress during a long running operation.
 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.
 

Uses of Window in org.eclipse.jface.preference
 

Subclasses of Window in org.eclipse.jface.preference
 class PreferenceDialog
          A preference dialog is a hierarchical presentation of preference pages.
 

Uses of Window in org.eclipse.jface.window
 

Subclasses of Window in org.eclipse.jface.window
 class ApplicationWindow
          An application window is a high-level "main window", with built-in support for an optional menu bar with standard menus, an optional toolbar, and an optional status line.
 

Uses of Window in org.eclipse.jface.wizard
 

Subclasses of Window in org.eclipse.jface.wizard
 class WizardDialog
          A dialog to show a wizard to the end user.
 

Uses of Window in org.eclipse.ui.dialogs
 

Subclasses of Window 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 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
          A standard file selection dialog which solicits a list of files from the user.
 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 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 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 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 Window in org.eclipse.ui.views.tasklist
 

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


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.