Uses of Package
quicktime.app.event

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

Classes in quicktime.app.event used by quicktime.app.actions
DragAdapter
          A convenience adapter class for dealing with Drag events.
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.
MouseMoveListener
          An interface that is used to express an interest in recieving mouse movement events that occur within a given space.
QTMouseEvent
          This class is used by QuickTime objects that have an action associated with them.
QTMouseListener
          A generic listener for QTMouse events.
 

Classes in quicktime.app.event used by quicktime.app.event
EventDispatcher
          The EventDispatch is an abstract class that will create a subclass that will dispatch events to the controller.
EventDispatcherMaker
          Creates an object that will dispatch events to the specified ListenerController that has been addedTo the specified space which will become the source of events for that controller.
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.
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.
MouseMoveAdapter
          A convenience adapter class for dealing with mouse movement events within a space.
MouseMoveListener
          An interface that is used to express an interest in recieving mouse movement events that occur within a given space.
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.
QTActionEvent
          This class is used by QuickTime objects that have an action associated with them.
QTActionListener
          This Listener is used to register an interest in QTActionEvents that maybe generated.
QTMouseController
          A QTMouseController is attached to a Space.
QTMouseEvent
          This class is used by QuickTime objects that have an action associated with them.
QTMouseListener
          A generic listener for QTMouse events.
 

Classes in quicktime.app.event used by quicktime.app.ui
MouseButtonAdapter
          A convenience adapter class for dealing with MouseButton events.
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.
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.
QTActionListener
          This Listener is used to register an interest in QTActionEvents that maybe generated.
QTMouseEvent
          This class is used by QuickTime objects that have an action associated with them.
QTMouseListener
          A generic listener for QTMouse events.