Uses of Interface
gumbo.interact.Interactor

Packages that use Interactor
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 Interactor in gumbo.graphic.content
 

Subinterfaces of Interactor 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 InteractableGraphic
          A graphic that supports interaction feedback, such as mouse over and selection audio/visual effects.
 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 Interactor in gumbo.graphic.impl.swing
 

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

Uses of Interactor in gumbo.interact
 

Classes in gumbo.interact that implement Interactor
 class AbstractInteractor
          A full implementation of the Interactor interface.
 class InteractorGroup
          An interactor representing a group of interactors, in a composite pattern.
static class Interactors.NoPickTarget
          See NO_PICK_TARGET.
static class TestSwingTargets.AbstractShape
           
static class TestSwingTargets.Button
           
static class TestSwingTargets.Space
           
static class TestSwingTargets.Thing
           
 

Uses of Interactor in gumbo.interact.select
 

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

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

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