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

Uses of Interface
edu.berkeley.guir.lib.satin.interpreter.MultiInterpreter

Packages that use MultiInterpreter
edu.berkeley.guir.lib.satin.interpreter Interpreters control the state and behavior of a GraphicalObject. 
 

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

Classes in edu.berkeley.guir.lib.satin.interpreter that implement MultiInterpreter
 class DebugMultiInterpreterImpl
          Basically a collection of Interpreters, used for delegation purposes by a GraphicalObject.
 class DefaultMultiInterpreterImpl
          Basically a collection of Interpreters, used for delegation purposes by a GraphicalObject.
 class MultiplexedMultiInterpreterImpl
          Let's you choose one-of-many interpreters to be active.
 class SemanticZoomMultiInterpreterImpl
          Selects among several interpreters, and wraps each interpreter so that it is active only between programmer-specified zoom levels.
 


Copyright Information