Eclipse Platform
Release 3.1

Uses of Package
org.eclipse.jface.window

Packages that use org.eclipse.jface.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.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.window Provides a general framework for creating and managing windows.  
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 Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.application Application-level APIs for configuring and controling 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.ide.dialogs APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.  
org.eclipse.ui.intro Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with 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.views.tasklist Provides the standard Task List view for displaying tasks and problem annotations on resources.  
 

Classes in org.eclipse.jface.window used by org.eclipse.compare
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.compare.internal
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.debug.ui
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.debug.ui.sourcelookup
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.jface.dialogs
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.jface.preference
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.jface.window
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
Window.IExceptionHandler
          This interface defines a Exception Handler which can be set as a global handler and will be called if an exception happens in the event loop.
WindowManager
          A manager for a group of windows.
 

Classes in org.eclipse.jface.window used by org.eclipse.jface.wizard
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.team.ui
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.team.ui.synchronize
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.ui
IShellProvider
          Interface for objects that can return a shell.
 

Classes in org.eclipse.jface.window used by org.eclipse.ui.application
WindowManager
          A manager for a group of windows.
 

Classes in org.eclipse.jface.window used by org.eclipse.ui.dialogs
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.ui.ide.dialogs
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.ui.intro
IShellProvider
          Interface for objects that can return a shell.
 

Classes in org.eclipse.jface.window used by org.eclipse.ui.part
IShellProvider
          Interface for objects that can return a shell.
 

Classes in org.eclipse.jface.window used by org.eclipse.ui.preferences
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 

Classes in org.eclipse.jface.window used by org.eclipse.ui.views.tasklist
IShellProvider
          Interface for objects that can return a shell.
Window
          A JFace window is an object that has no visual representation (no widgets) until it is told to open.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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