Eclipse eRCP
Release 1.1

Package org.eclipse.jface.util

Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.

See:
          Description

Interface Summary
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.
 

Class Summary
Assert Assert is useful for for embedding runtime sanity checks in code.
Geometry Contains static methods for performing simple geometric operations on the SWT geometry classes.
ListenerList This class is used to maintain a list of listeners, and is used in the implementations of several classes within JFace which allow you to register listeners of various kinds.
OpenStrategy Implementation of single-click and double-click strategies.
Policy The Policy class handles 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.
 

Package org.eclipse.jface.util Description

Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions.
 


Eclipse eRCP
Release 1.1