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

Uses of Class
edu.berkeley.guir.lib.satin.objects.InteractionHandler

Packages that use InteractionHandler
edu.berkeley.guir.lib.satin.objects The scenegraph objects for SATIN. 
 

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

Methods in edu.berkeley.guir.lib.satin.objects that return InteractionHandler
protected  InteractionHandler GraphicalObjectImpl.createNewInteractionHandler()
          Override this method if you want to use your own InteractionHandler.
protected  InteractionHandler GraphicalObjectImpl.getInteractionHandler()
          Get the interaction handler, the object that we delegate most of our interactions to.
protected  InteractionHandler GraphicalObjectImpl.setInteractionHandler(InteractionHandler newHandler)
          Set the interaction handler.
protected  InteractionHandler GraphicalObjectGroupImpl.createNewInteractionHandler()
          Create an InteractionHandler for Graphical Object Groups.
 

Methods in edu.berkeley.guir.lib.satin.objects with parameters of type InteractionHandler
protected  InteractionHandler GraphicalObjectImpl.setInteractionHandler(InteractionHandler newHandler)
          Set the interaction handler.
 

Constructors in edu.berkeley.guir.lib.satin.objects with parameters of type InteractionHandler
InteractionHandler(InteractionHandler handler)
          Copy constructor.
 


Copyright Information