UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Class
edu.berkeley.guir.lib.satin.event.NewStrokeEvent

Packages that use NewStrokeEvent
edu.berkeley.guir.brainstorm.interpreter   
edu.berkeley.guir.lib.satin Sketch and Transformational INfrastructure is a toolkit for creating informal sketch-based user interfaces. 
edu.berkeley.guir.lib.satin.event The event system in Satin. 
edu.berkeley.guir.lib.satin.interpreter Interpreters control the state and behavior of a GraphicalObject. 
edu.berkeley.guir.lib.satin.interpreter.commands Set of interpreters to do standard commands. 
edu.berkeley.guir.lib.satin.interpreter.rubine Utilities for creating Interpreters that use Rubine's Recognizer. 
edu.berkeley.guir.lib.satin.objects The scenegraph objects for SATIN. 
 

Uses of NewStrokeEvent in edu.berkeley.guir.brainstorm.interpreter
 

Methods in edu.berkeley.guir.brainstorm.interpreter with parameters of type NewStrokeEvent
 void NoteInterpreter.handleNewStroke(NewStrokeEvent evt)
           
 void LinkInterpreter.handleNewStroke(NewStrokeEvent evt)
           
 

Uses of NewStrokeEvent in edu.berkeley.guir.lib.satin
 

Methods in edu.berkeley.guir.lib.satin with parameters of type NewStrokeEvent
 void Sheet.onNewStroke(NewStrokeEvent evt)
          Start dispatching a new stroke.
 void Sheet.preProcessNewStroke(NewStrokeEvent evt)
           
 void Sheet.redispatchNewStroke(NewStrokeEvent evt)
           
 void Sheet.postProcessNewStroke(NewStrokeEvent evt)
           
 void Sheet.handleNewStroke(NewStrokeEvent evt)
           
 void Sheet.SheetGraphicalObjectGroup.preProcessNewStroke(NewStrokeEvent evt)
           
 void Sheet.SheetGraphicalObjectGroup.superPreProcessNewStroke(NewStrokeEvent evt)
           
 void Sheet.SheetGraphicalObjectGroup.redispatchNewStroke(NewStrokeEvent evt)
           
 void Sheet.SheetGraphicalObjectGroup.superRedispatchNewStroke(NewStrokeEvent evt)
           
 void Sheet.SheetGraphicalObjectGroup.postProcessNewStroke(NewStrokeEvent evt)
           
 void Sheet.SheetGraphicalObjectGroup.superPostProcessNewStroke(NewStrokeEvent evt)
           
 void Sheet.SheetGraphicalObjectGroup.handleNewStroke(NewStrokeEvent evt)
           
 void Sheet.SheetGraphicalObjectGroup.superHandleNewStroke(NewStrokeEvent evt)
           
 

Uses of NewStrokeEvent in edu.berkeley.guir.lib.satin.event
 

Methods in edu.berkeley.guir.lib.satin.event with parameters of type NewStrokeEvent
 void StrokeListener.handleNewStroke(NewStrokeEvent evt)
          This callback is called when the stroke should be handled by this object.
 

Uses of NewStrokeEvent in edu.berkeley.guir.lib.satin.interpreter
 

Methods in edu.berkeley.guir.lib.satin.interpreter with parameters of type NewStrokeEvent
 void InterpreterImpl.handleNewStroke(NewStrokeEvent evt)
          By default, does nothing.
 void DefaultMultiInterpreterImpl.handleNewStroke(NewStrokeEvent evt)
          Called when a stroke is started.
 void SemanticZoomInterpreterWrapper.handleNewStroke(NewStrokeEvent evt)
          Active if and only if we are in the right scale range.
 void MultiplexedMultiInterpreterImpl.handleNewStroke(NewStrokeEvent evt)
          Called when a stroke is started.
 void SemanticZoomMultiInterpreterImpl.handleNewStroke(NewStrokeEvent evt)
           
 

Uses of NewStrokeEvent in edu.berkeley.guir.lib.satin.interpreter.commands
 

Methods in edu.berkeley.guir.lib.satin.interpreter.commands with parameters of type NewStrokeEvent
 void MoveSelectedInterpreter.handleNewStroke(NewStrokeEvent evt)
           
 void ResizeSelectedInterpreter.handleNewStroke(NewStrokeEvent evt)
           
 void HoldSelectInterpreter.handleNewStroke(NewStrokeEvent evt)
           
 

Uses of NewStrokeEvent in edu.berkeley.guir.lib.satin.interpreter.rubine
 

Methods in edu.berkeley.guir.lib.satin.interpreter.rubine with parameters of type NewStrokeEvent
 void RubineInterpreter.handleNewStroke(NewStrokeEvent evt)
          Does nothing.
 

Uses of NewStrokeEvent in edu.berkeley.guir.lib.satin.objects
 

Methods in edu.berkeley.guir.lib.satin.objects with parameters of type NewStrokeEvent
 void GraphicalObjectImpl.onNewStroke(NewStrokeEvent evt)
           
 void GraphicalObjectImpl.preProcessNewStroke(NewStrokeEvent evt)
           
 void GraphicalObjectImpl.redispatchNewStroke(NewStrokeEvent evt)
           
 void GraphicalObjectImpl.postProcessNewStroke(NewStrokeEvent evt)
           
 void GraphicalObjectImpl.handleNewStroke(NewStrokeEvent evt)
           
 void GObJComponentWrapper.handleNewStroke(NewStrokeEvent evt)
           
 void GraphicalObject.onNewStroke(NewStrokeEvent evt)
          Here is an overview of how dispatching works in Satin.
 void GraphicalObject.preProcessNewStroke(NewStrokeEvent evt)
           
 void GraphicalObject.redispatchNewStroke(NewStrokeEvent evt)
           
 void GraphicalObject.postProcessNewStroke(NewStrokeEvent evt)
           
 void GraphicalObject.handleNewStroke(NewStrokeEvent evt)
           
 void GraphicalObjectWrapper.onNewStroke(NewStrokeEvent evt)
           
 void GraphicalObjectWrapper.preProcessNewStroke(NewStrokeEvent evt)
           
 void GraphicalObjectWrapper.redispatchNewStroke(NewStrokeEvent evt)
           
 void GraphicalObjectWrapper.postProcessNewStroke(NewStrokeEvent evt)
           
 void GraphicalObjectWrapper.handleNewStroke(NewStrokeEvent evt)
           
 void InteractionHandler.onNewStroke(NewStrokeEvent evt)
           
 void InteractionHandler.preProcessNewStroke(NewStrokeEvent evt)
           
 void InteractionHandler.redispatchNewStroke(NewStrokeEvent evt)
           
 void InteractionHandler.postProcessNewStroke(NewStrokeEvent evt)
           
 void InteractionHandler.handleNewStroke(NewStrokeEvent evt)
           
 


Copyright Information