|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--gumbo.interact.AbstractPickMapper
A full implementation of the PickMapper interface that wraps a map, which performs the input to output translation.
| Constructor Summary | |
AbstractPickMapper()
Creates an instance with pass-through and on-change output. |
|
AbstractPickMapper(boolean passThrough,
boolean onChange)
Creates an instance. |
|
| Method Summary | |
InteractorField.EventIn |
getPickIn()
The input pick interactor. |
java.util.Map |
getPickMap()
Gets the pick map (Interactor to Interactor). |
InteractorField.EventOut |
getPickOut()
The ouput pick interactor corresponding to the input pick. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractPickMapper()
public AbstractPickMapper(boolean passThrough,
boolean onChange)
passThrough - If true, an input pick without a mapping will
pass through as the output pick; otherwise, the output pick will
be null. Does not affect null-value mappings.onChange - If true, an output event is sent only if its data
value changes.| Method Detail |
public java.util.Map getPickMap()
public InteractorField.EventIn getPickIn()
PickMapper
getPickIn in interface PickMapperpublic InteractorField.EventOut getPickOut()
PickMapper
getPickOut in interface PickMapper
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||