Uses of Class
quicktime.app.actions.MouseResponder

Packages that use MouseResponder
quicktime.app.actions   
quicktime.app.anim   
quicktime.app.display   
 

Uses of MouseResponder in quicktime.app.actions
 

Subclasses of MouseResponder in quicktime.app.actions
 class Dragger
          Deprecated. since QTJava 4.0
 class GenericResponder
          Deprecated. since QTJava 4.0
 

Methods in quicktime.app.actions that return MouseResponder
protected  MouseResponder MouseController.getResponder()
          Deprecated. This method returns the MouseResponder that is attached to the MouseController.
 

Constructors in quicktime.app.actions with parameters of type MouseResponder
MouseController(MouseResponder mr, boolean wholespace)
          Deprecated. Creates a mouse controller with its responder.
 

Uses of MouseResponder in quicktime.app.anim
 

Constructors in quicktime.app.anim with parameters of type MouseResponder
SWController(MouseResponder mr, boolean wholeSpace)
          Deprecated. Construct a SWController object.
SWController(MouseResponder mr, boolean wholeSpace, int flags)
          Deprecated. Construct a SWController object.
 

Uses of MouseResponder in quicktime.app.display
 

Constructors in quicktime.app.display with parameters of type MouseResponder
GroupController(MouseResponder mr, boolean wholeSpace)
          Deprecated. Constructs a GroupController with a MouseResponder that will respond to the mouse events of the controller.