Package bibliothek.gui.dock.util

Distribution of information in a global scale and methods available from everywhere.

See:
          Description

Interface Summary
DockPropertyListener<A> A listener to an entry of DockProperties.
UIBridge<V,U extends UIValue<V>> An UIBridge is a bridge between the UIProperties and several UIValues.
UIValue<V> An UIValue is a wrapper around a resource that can be modified by an UIBridge or the UIProperties.
 

Class Summary
AbstractUIValue<V,U extends UIValue<V>> An abstract implementation of UIValue.
DockProperties A set of properties that are used at different places all over the framework.
DockUtilities A list of methods which can be used for different purposes.
DockUtilities.DockVisitor A visitor used to visit the nodes of a dock-tree.
IconManager A map of icons which are used by various objects.
MultiUIBridge<V,U extends UIValue<V>> A MultiUIBridge is a collection of UIBridges.
PriorityValue<T> A container for three values of different priority.
PropertyKey<A> The key for an entry in a map of properties.
PropertyValue<A> A wrapper for a value which is either read from DockProperties, or can be set by the client directly.
UIProperties<V,U extends UIValue<V>>  
 

Enum Summary
Priority Often resources are divided into three groups with different priorities.
 

Package bibliothek.gui.dock.util Description

Distribution of information in a global scale and methods available from everywhere.