Package at.spardat.xma.mdl.util

Utility abstractions needed to implement widget-models.

See:
          Description

Interface Summary
Descriptive Is implemented by xma models to provide more structured debug output than an ordinary toString would provide.
 

Class Summary
DNode Models a descriptive node which is used to accumulate debug information.
DNodeInspector Opens a SWT window to show a hierarchy of DNodes.
KeyedList This class realizes a ordered collection consisting of entries (key, value).
TransAtomTable Manages a two dimensional arrays of Atom objects.
TransString Encapsulates a String and adds Transactional behaviour to it.
TransStringSet This class technically is a set of Strings with the expanded capability to rollback changes made since particular points in the past.
TransStringSet1 A transactional string set that may contain at most one String.
TransStringSetN A transactional string set that is not size restricted.
 

Package at.spardat.xma.mdl.util Description

Utility abstractions needed to implement widget-models.