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

Uses of Class
edu.berkeley.guir.lib.satin.interpreter.GestureCommandInterpreterImpl

Packages that use GestureCommandInterpreterImpl
edu.berkeley.guir.brainstorm.interpreter   
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. 
 

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

Subclasses of GestureCommandInterpreterImpl in edu.berkeley.guir.brainstorm.interpreter
 class NoteInterpreter
          Standard gestures, like cut, copy, paste, delete, and pan.
 

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

Methods in edu.berkeley.guir.lib.satin.interpreter that return GestureCommandInterpreterImpl
protected  GestureCommandInterpreterImpl GestureCommandInterpreterImpl.clone(GestureCommandInterpreterImpl intrp)
           
 

Methods in edu.berkeley.guir.lib.satin.interpreter with parameters of type GestureCommandInterpreterImpl
protected  GestureCommandInterpreterImpl GestureCommandInterpreterImpl.clone(GestureCommandInterpreterImpl intrp)
           
 

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

Subclasses of GestureCommandInterpreterImpl in edu.berkeley.guir.lib.satin.interpreter.commands
 class StandardGestureInterpreter
          Standard gestures, like cut, copy, paste, delete, and pan.
 


Copyright Information