Uses of Class
gumbo.graphic.impl.swing.SwingShape

Packages that use SwingShape
gumbo.interact Provides special purpose building blocks for user interaction, including user feedback. 
gumbo.interact.select   
gumbo.visualize.data.impl.swing   
 

Uses of SwingShape in gumbo.interact
 

Subclasses of SwingShape in gumbo.interact
static class TestSwingTargets.AbstractShape
           
static class TestSwingTargets.Button
           
static class TestSwingTargets.Space
           
static class TestSwingTargets.Thing
           
 

Uses of SwingShape in gumbo.interact.select
 

Subclasses of SwingShape in gumbo.interact.select
static class TestSelectApp.Thing
           
static class TestSwingSelectTargets.Thing
           
 

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

Subclasses of SwingShape in gumbo.visualize.data.impl.swing
 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.