See: Description
Interface | Description |
---|---|
IShellProvider |
Interface for objects that can return a shell.
|
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 | Description |
---|---|
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.
|
DefaultToolTip |
Default implementation of ToolTip that provides an iconofied label with font
and color controls by subclass.
|
SameShellProvider |
Standard shell provider that always returns the shell containing the given
control.
|
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.
|
WindowManager |
A manager for a group of 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).
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.