Uses of Package
gumbo.visualize.data

Packages that use gumbo.visualize.data
gumbo.visualize.data Provides special purpose building blocks for 2D/3D visualization of generic data structures, such as graphs. 
gumbo.visualize.data.client   
gumbo.visualize.data.consistency   
gumbo.visualize.data.impl.swing   
 

Classes in gumbo.visualize.data used by gumbo.visualize.data
DataModel
          Data Model
DataView
          Abstract base class for the role of "view" in an MVC-based visualization of client data.
DataViewFactory
          An interface for a factory that creates data views and their graphic implementations.
GraphicView
          A graphic serving as a proxy for a concrete implementation of an abstract data view.
GraphModel
          A whole model whose data elements have data relationships (has an internal topology, such as a graph, tree, or list).
PartModel
          An abstract data model representing a portion of client data comprising a whole model, and which has a distinct presence in the whole view.
PartModelField
           
PortModel
          A part model representing a connection point for edge models, such as on a vertex model.
TestGraphWindow
          Window for list display.
TestListWindow
          Window for list display.
TestTreeWindow
          Window for tree display.
TestViewInput
          Interaction inputs for test apps.
TestViewWindow
          Base class for data model view windows.
WholeModel
          An abstract data model representing a meaningful and self-consistent set of client data suitable for viewing as a whole.
 

Classes in gumbo.visualize.data used by gumbo.visualize.data.client
DataModelListener
          Interface for listeners of data model events.
 

Classes in gumbo.visualize.data used by gumbo.visualize.data.consistency
AspectModel
          A data model representing a special data relationship amongst client models beyond the conventional relationship of a whole model and its constituent parts.
DataModel
          Data Model
 

Classes in gumbo.visualize.data used by gumbo.visualize.data.impl.swing
AbstractDataViewFactory
          An abstract data view factory for non-nested whole models.
DataModelListener
          Interface for listeners of data model events.
DataViewFactory
          An interface for a factory that creates data views and their graphic implementations.
GraphicView
          A graphic serving as a proxy for a concrete implementation of an abstract data view.