Uses of Class
gumbo.util.AbstractDelegatable

Packages that use AbstractDelegatable
gumbo.graphic.space   
gumbo.util Provides general purpose low-level utilities, with particular emphasis on patterns and services for delegation of data relationships. 
gumbo.util.relation   
 

Uses of AbstractDelegatable in gumbo.graphic.space
 

Subclasses of AbstractDelegatable in gumbo.graphic.space
 class AbstractDisplaySpace
          A full implementation of the DisplaySpace interface.
 class AbstractViewSpace
          A full implementation of the ViewSpace interface.
 

Uses of AbstractDelegatable in gumbo.util
 

Subclasses of AbstractDelegatable in gumbo.util
static class AbstractDelegatable.Serial
          Serializable version of AbstractDelegatable.
 

Uses of AbstractDelegatable in gumbo.util.relation
 

Subclasses of AbstractDelegatable in gumbo.util.relation
 class AbstractAssociate
          Deprecated. Currently broken.
 class AbstractRelation
          A full implementation of the Relation interface, with serialization.
 class AbstractTreeNode
          A full implementation of the IntersectionTreeNode interface (see also AbstractTreeNodeDelegator).
static class AbstractTreeNode.Auto
          An AbstractTreeNode that automatically sets the relationship of relations (parent or child) when a connection is created, with the dead relation taking on the relationship of the live one.
static class AbstractTreeNode.Global
          An AbstractTreeNode.Auto that uses a singleton (global) relationship, and throws an exception if the relationship is changed.
 class TestRelation
          Serializable object intended as a relation.
 class TestTreeNode
          Serializable object intended as a tree node.