Uses of Interface
gumbo.graphic.content.InteractableGraphic

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

Uses of InteractableGraphic in gumbo.graphic.content
 

Subinterfaces of InteractableGraphic in gumbo.graphic.content
 interface ControllableGraphic
          A graphic capability allowing this graphic entity to be the target of external control (manually by the user, or programmatically by the system).
 interface SelectableGraphic
          An interactable graphic that specfically supports selection as a target for some operation.
 interface SelectableShape
          A graphic shape that is also selectable.
 

Uses of InteractableGraphic in gumbo.graphic.impl.swing
 

Classes in gumbo.graphic.impl.swing that implement InteractableGraphic
 class SwingShape
          An adapter that converts a Swing JComponent into a displayable leaf shape.
 

Uses of InteractableGraphic in gumbo.interact
 

Classes in gumbo.interact that implement InteractableGraphic
static class TestSwingTargets.AbstractShape
           
static class TestSwingTargets.Button
           
static class TestSwingTargets.Space
           
static class TestSwingTargets.Thing
           
 

Uses of InteractableGraphic in gumbo.interact.select
 

Classes in gumbo.interact.select that implement InteractableGraphic
static class TestSelectApp.Thing
           
static class TestSwingSelectTargets.Thing
           
 

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

Classes in gumbo.visualize.data.impl.swing that implement InteractableGraphic
 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.