Uses of Interface
gumbo.visualize.data.DataModelListener

Packages that use DataModelListener
gumbo.visualize.data.client   
gumbo.visualize.data.impl.swing   
 

Uses of DataModelListener in gumbo.visualize.data.client
 

Classes in gumbo.visualize.data.client that implement DataModelListener
 class ClientLabelGraphic
          A wrapper for a label graphic that allows updates of the label according to client data.
 

Uses of DataModelListener in gumbo.visualize.data.impl.swing
 

Classes in gumbo.visualize.data.impl.swing that implement DataModelListener
 class SwingDataProxy
          A GraphicView intended for use as a non-spatial proxy for a displayable shape, such as for use by a Swing cell renderer (see JTree, JList).
 class SwingDataShape
          An adapter that converts a Swing JComponent into a GraphicView intended for use as a displayable leaf shape.
 class SwingGraphEdge
          A default graph edge implemented using a JComponent.
 class SwingGraphVertex
          A default graph vertex implemented using a JPanel, and a JLabel for the auto-label.
 class SwingListEntry
          A default list entry implemented using a JTextField, which is automatically updated with the associated model's String client data.
 class SwingTreeNode
          A proxy for a tree node shape.