Uses of Class
quicktime.app.event.QTMouseController

Packages that use QTMouseController
quicktime.app.event   
 

Uses of QTMouseController in quicktime.app.event
 

Subclasses of QTMouseController in quicktime.app.event
 class QTMouseTargetController
          A QTMouseTargetController deals with mouse events in a space where the mouse event occurs over (or selects) a member of that space.
 

Fields in quicktime.app.event declared as QTMouseController
protected  QTMouseController AWTMouseEventDispatcher.cont
          The controller that will dispatch the events to any of its registered listeners
 

Constructors in quicktime.app.event with parameters of type QTMouseController
AWTMouseEventDispatcher(QTMouseController cont, Space space, java.lang.Object interest)
          Creates an AWTMouseEventDispatcher for the specified QTMouseController.