See: Description
Interface | Description |
---|---|
ILogger |
A mechanism to log errors throughout JFace.
|
IOpenEventListener |
Listener for open events which are generated on selection
of default selection depending on the user preferences.
|
IPropertyChangeListener |
Listener for property changes.
|
ISafeRunnableRunner |
Runs a safe runnables.
|
TransferDragSourceListener | |
TransferDropTargetListener |
Class | Description |
---|---|
Assert |
Assert is useful for for embedding runtime sanity checks
in code. |
DelegatingDragAdapter |
A
DelegatingDragAdapter is a DragSourceListener that
maintains and delegates to a set of TransferDragSourceListener s. |
DelegatingDropAdapter |
A
DelegatingDropAdapter is a DropTargetListener that
maintains and delegates to a set of TransferDropTargetListener s. |
Geometry |
Contains static methods for performing simple geometric operations
on the SWT geometry classes.
|
ListenerList | Deprecated
Please use
ListenerList instead. |
LocalSelectionTransfer |
A LocalSelectionTransfer may be used for drag and drop operations
within the same instance of Eclipse.
|
OpenStrategy |
Implementation of single-click and double-click strategies.
|
Policy |
The Policy class handles settings for behaviour, debug flags and logging within JFace.
|
PropertyChangeEvent |
An event object describing a change to a named property.
|
SafeRunnable |
Implements a default implementation of ISafeRunnable.
|
Util |
A static class providing utility methods to all of JFace.
|
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.