Package gumbo.visualize.data.impl.swing

Class Summary
SwingDataModels Constants and utilities related to Swing data models.
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).
SwingDataShape An adapter that converts a Swing JComponent into a GraphicView intended for use as a displayable leaf shape.
SwingGraphEdge A default graph edge implemented using a JComponent.
SwingGraphVertex A default graph vertex implemented using a JPanel, and a JLabel for the auto-label.
SwingGraphView A default graph view implemented using a JLayeredPane, which manages content shapes (vertices and edges) in layers.
SwingGraphViewFactory A data view factory for a graph data presentation implemented using Swing native graphics.
SwingListEntry A default list entry implemented using a JTextField, which is automatically updated with the associated model's String client data.
SwingListView A default list view implemented using a JPanel with a BoxLayout, which arranges vertices as a single column of auto-sized equal width list entries.
SwingListViewFactory A data view factory for a list data presentation implemented using Swing native graphics.
SwingTreeNode A proxy for a tree node shape.
SwingTreeView A default tree view implemented using a JTree.
SwingTreeView.SwingPickEngine Pick engine needed to pick nodes in this view.
SwingTreeViewFactory A data view factory for a tree data presentation implemented using Swing native graphics.
SwingViewScroller A JScrollPane customized for scrolling a whole view.