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 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.util Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
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.actions Classes for actions and operations used in a workbench window, page, or part in 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.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.intro Application programming interfaces for interaction with and extension of the product introduction parts. 
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.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. 
 

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.util
IShellProvider
          Interface for objects that can return a shell.
 

Classes in org.eclipse.jface.window used by org.eclipse.jface.viewers
DefaultToolTip
          Default implementation of ToolTip that provides an iconofied label with font and color controls by subclass.
ToolTip
          This class gives implementors to provide customized tooltips for any control.
 

Classes in org.eclipse.jface.window used by org.eclipse.jface.window
IShellProvider
          Interface for objects that can return a shell.
ToolTip
          This class gives implementors to provide customized tooltips for any control.
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.actions
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.forms
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.texteditor.templates
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.bookmarkexplorer
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.markers.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.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.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