Uses of Interface
gumbo.interact.PickMapper

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

Uses of PickMapper in gumbo.interact
 

Classes in gumbo.interact that implement PickMapper
 class AbstractPickMapper
          A full implementation of the PickMapper interface that wraps a map, which performs the input to output translation.
 

Uses of PickMapper in gumbo.interact.select
 

Subinterfaces of PickMapper in gumbo.interact.select
 interface SelectManager
          A pick mapper that manages multiple selection groups (command and/or aspect) for picking and feedback overlap order.
 interface SelectMapper
          A pick mapper that maps members of a selction group to the group.
 

Classes in gumbo.interact.select that implement PickMapper
 class AbstractSelectManager
          Full implementation of the SelectManager interface.
 class AbstractSelectMapper
          Full implementation of the SelectMapper interface.
 class SelectFacade
          A facade providing interactive selection for a single selection group.
 

Uses of PickMapper in gumbo.visualize.data.consistency
 

Classes in gumbo.visualize.data.consistency that implement PickMapper
 class AspectManager
          Manages global aspect models as ordered selection groups, each with a corresponding AspectModelFlag.
 class ConsistencyManager
          Manages global consistency of graphic view interaction feedback, which includes coordinating a global unity, parity, and aspect manager.
 class IdManager
          Abstract base class for pick mappers whose mapping is based on data model client IDs.
 class ParityManager
          Manages the membership of graphic views in "parity groups" to achieve consistent interaction feedback across views.
 class UnityManager
          Manages the membership of graphic views in "unity groups" to achieve consistent interaction feedback across views.