Uses of Interface
quicktime.app.event.QTMouseListener

Packages that use QTMouseListener
quicktime.app.actions   
quicktime.app.event   
quicktime.app.ui   
 

Uses of QTMouseListener in quicktime.app.actions
 

Classes in quicktime.app.actions that implement QTMouseListener
 class DragAction
          The DragAction is a drag adapter that delegates the role of responding to a mouse drag event to the TransformMatrix transformer.
 

Uses of QTMouseListener in quicktime.app.event
 

Subinterfaces of QTMouseListener in quicktime.app.event
 interface MouseButtonListener
          An interface that is used to express an interest in recieving mouse events in a space that have to do with the user pressing, clicking or releasing the mouse button.
 interface MouseEnterExitListener
          An interface that is used to express an interest in recieving mouse events where the mouse movement (or drag) enters or exits a given space.
 interface MouseMoveListener
          An interface that is used to express an interest in recieving mouse movement events that occur within a given space.
 interface MouseTargetListener
          An interface for expressing an interest in mouse movement events within a given space where the mouse movement is based around a selected object(s)) within that space.
 

Classes in quicktime.app.event that implement QTMouseListener
 class DragAdapter
          A convenience adapter class for dealing with Drag events.
 class MouseButtonAdapter
          A convenience adapter class for dealing with MouseButton events.
 class MouseEnterExitAdapter
          A convenience adapter class for dealing with mouse events that enter or exit a space.
 class MouseMoveAdapter
          A convenience adapter class for dealing with mouse movement events within a space.
 class MouseTargetAdapter
          A convenience class for dealing with mouse movement events within a given space where the mouse movement is based around a selected object(s)) within that space.
 class QTEventCaster
          The QTEventCaster is used to broadcast QTEvents to registered listeners.
 

Methods in quicktime.app.event with parameters of type QTMouseListener
 void QTMouseController.addQTMouseListener(QTMouseListener l)
          Add a QTMouseListener for this controller.
 void QTMouseController.removeQTMouseListener(QTMouseListener l)
          Remove a QTMouseListener for this controller.
 void QTMouseTargetController.addQTMouseListener(QTMouseListener l)
          Add a QTMouseListener for this controller.
 void QTMouseTargetController.removeQTMouseListener(QTMouseListener l)
          Remove a QTMouseListener for this controller.
 

Uses of QTMouseListener in quicktime.app.ui
 

Classes in quicktime.app.ui that implement QTMouseListener
 class ButtonActivator
          The ButtonActivator class responds only to the QTMouseEvents on the QTButton object.