Eclipse Platform
2.0

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
IOpenEventListener Listener for open events which are generated on selection of default selection depending on the user preferences.
IPropertyChangeListener Listener for property changes.
 

Class Summary
Assert Assert is useful for for embedding runtime sanity checks in code.
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.
PropertyChangeEvent An event object describing a change to a named property.
SafeRunnable Implements a default implementation of ISafeRunnable.
 

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 Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.