Uses of Package
gumbo.util.relation

Packages that use gumbo.util.relation
gumbo.graphic.impl.swing   
gumbo.graphic.probe   
gumbo.graphic.space   
gumbo.interact Provides special purpose building blocks for user interaction, including user feedback. 
gumbo.interact.select   
gumbo.util.relation   
gumbo.visualize.data Provides special purpose building blocks for 2D/3D visualization of generic data structures, such as graphs. 
gumbo.visualize.data.impl.swing   
 

Classes in gumbo.util.relation used by gumbo.graphic.impl.swing
AbstractTreeNodeDelegator
          A partial implementation for a TreeNode delegator.
 

Classes in gumbo.util.relation used by gumbo.graphic.probe
AbstractTreeNodeDelegator
          A partial implementation for a TreeNode delegator.
 

Classes in gumbo.util.relation used by gumbo.graphic.space
AbstractTreeNodeDelegator
          A partial implementation for a TreeNode delegator.
 

Classes in gumbo.util.relation used by gumbo.interact
AbstractTreeNodeDelegator
          A partial implementation for a TreeNode delegator.
 

Classes in gumbo.util.relation used by gumbo.interact.select
AbstractTreeNodeDelegator
          A partial implementation for a TreeNode delegator.
 

Classes in gumbo.util.relation used by gumbo.util.relation
AbstractRelation
          A full implementation of the Relation interface, with serialization.
AbstractTreeNode
          A full implementation of the IntersectionTreeNode interface (see also AbstractTreeNodeDelegator).
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.
Associate
          Deprecated. Currently broken.
Connection
          Abstract base class for reporting connection changes between relations in a relationship.
ConnectionField
           
Relation
          An "abstract" base interface for a member of a data relationship (see Relationship).
RelationField
           
Relations.RelationImm
          A serializable immutable view wrapper for a target Relation.
Relations.RelationWrapper
          A serializable wrapper for a target Relation.
Relationship
          An abstract base class for a set of related and possibly interconnected relations of a given type and purpose.
TreeNode
          An "abstract" tree node relation in a tree (parent-child) data relationship.
TreeNodes.Tree
          A relationship whose relations are tree nodes.
 

Classes in gumbo.util.relation used by gumbo.visualize.data
Relationship
          An abstract base class for a set of related and possibly interconnected relations of a given type and purpose.
TreeNodes.Tree
          A relationship whose relations are tree nodes.
 

Classes in gumbo.util.relation used by gumbo.visualize.data.impl.swing
AbstractTreeNodeDelegator
          A partial implementation for a TreeNode delegator.