Uses of Package
gumbo.interact

Packages that use gumbo.interact
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 Provides special purpose building blocks for 2D/3D visualization of generic data structures, such as graphs. 
gumbo.visualize.data.consistency   
gumbo.visualize.data.impl.swing   
 

Classes in gumbo.interact used by gumbo.graphic.content
Interactor
          An interface for the role of interactor (interaction actor), with the interaction state publicly delegated to an InteractorState.
 

Classes in gumbo.interact used by gumbo.graphic.impl.swing
Interactor
          An interface for the role of interactor (interaction actor), with the interaction state publicly delegated to an InteractorState.
 

Classes in gumbo.interact used by gumbo.interact
AbstractInteractor
          A full implementation of the Interactor interface.
Interactor
          An interface for the role of interactor (interaction actor), with the interaction state publicly delegated to an InteractorState.
InteractorField
           
InteractorFlag
          A marker interface used by the system for standard interaction flags used in InteractorState.
InteractorState
          A state set intended as the public delegate for Interactor that maintains interactor state.
PickMapper
          Base interface for a mapper that converts an input interactor pick into an output interactor pick.
TestSwingTargets.AbstractShape
           
 

Classes in gumbo.interact used by gumbo.interact.select
AbstractPickMapper
          A full implementation of the PickMapper interface that wraps a map, which performs the input to output translation.
DebugPickMapper
          Monitors all input and output events.
Interactor
          An interface for the role of interactor (interaction actor), with the interaction state publicly delegated to an InteractorState.
PickMapper
          Base interface for a mapper that converts an input interactor pick into an output interactor pick.
TestSwingTargets.AbstractShape
           
TestSwingTargets.Thing
           
 

Classes in gumbo.interact used by gumbo.visualize.data
InteractorFeedback
          Intended for use by interactors to provide interaction feedback presentations.
InteractorFlag
          A marker interface used by the system for standard interaction flags used in InteractorState.
SelectFlag
          Base class for "selection" interactor flags.
 

Classes in gumbo.interact used by gumbo.visualize.data.consistency
PickMapper
          Base interface for a mapper that converts an input interactor pick into an output interactor pick.
 

Classes in gumbo.interact used by gumbo.visualize.data.impl.swing
Interactor
          An interface for the role of interactor (interaction actor), with the interaction state publicly delegated to an InteractorState.