|
Eclipse Platform Release 3.0 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
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. |
Class Summary | |
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. |
Window | A JFace window is an object that has no visual representation (no widgets) until it is told to open. |
WindowManager | A manager for a group of windows. |
Provides a general framework for creating and managing windows.
This package also contains WindowManager, instance of which are used for managing a group of windows. Window managers are useful in applications which create many different windows (dialogs, wizards, etc.) in addition to a main window. Window managers are not required for simple applications.
The only global state maintained by classes in this package is a default image for window title bars (Window.setDefaultImage).
|
Eclipse Platform Release 3.0 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.