Package edu.washington.biostr.sig.brainj3d.doevents

Interface Summary
CommandListener CommandListeners listen for both stateless and stateful commands.
Controller A controller provides controls for Data, Gui components or generic algorithms.
DataController Data is controlled using a view and an editor.
DoTarget A DoTarget represents the target for events (and can be a source of events).
ParameterChange  
Undoable  
 

Class Summary
AbstractDataController<V extends DataView> The default data controller handles most simple work that a data controller needs to do.
BulkParameterEvent  
DefaultDoTarget The DefaultDoTarget handles listeners, undo and dispatching.
DoCommand DoCommand encapsulates a command that either modifies a state or is invertable.
DoEventDispatcher The Event Dispatcher works with a thread queue to dispatch events for a DoTarget.
OldDoManager This class manages do's, undo's and redo's.
ParameterEvent  
SimpleStateCommand Simply target a state and change the property.
State Encapsulate a state.
StatePair  
 



Copyright © 2006 University of Washington. All Rights Reserved.