Package quicktime.app.actions

Interface Summary
Actionable This interface provides a way for Actions to trigger actions on objects when their particular constraining condition has been reached.
Notifier The Notifier and NotifyListener interfaces provide a way for objects to deal with some state that is not available immediately but can be acquired.
NotifyListener This is a marker interface for those listener objects that are not valid until the source of the events that the object is interested in becomes valid.
QTMouseMotionListener This interface extends the MouseMotionListener interface to notify its listeners of mouse motion events that enter or exit a particular target.
Targetable An object that implements this interface is an object that is defined to invoke some action upon its target according to the time constraints that are supplied by the caller of the tickle method.
 

Class Summary
BounceAction This class provides the capability of moving and bouncing a Transformable object around within the space provided by the QTDrawable space that is the space within which the transformable object is displayed, by the amount specified by the deltaMatrix object.
DragAction The DragAction is a drag adapter that delegates the role of responding to a mouse drag event to the TransformMatrix transformer.
Dragger Deprecated. since QTJava 4.0
GenericResponder Deprecated. since QTJava 4.0
Invalidator The Invalidator class is used as a helper class when Compositing objects that have a changing image source.
MatrixAction This class provides the means for a basic Matrix actions.
MouseController Deprecated. since QTJava 4.0
MouseResponder Deprecated. since QTJava 4.0
NextImageAction This class will display the next image of its sequence of images whenever the doAction method is called from the super class tickle method.
PeriodicAction This class is the base class for all periodically recurring time based actions.
QTMouseMotionAdapter The QTMouseMotionAdapter adapter which receives mouse events.
SequencerAction This class is an abstract class for actions that interact with some kind of Sequencer.
SimpleActionList The SimpleActionList class extends the TickleList to provide a list of Targetable objects.
TickleList An TickleList is a list that contains Ticklish members.
TickleNode The TickleNode is used by the TicklList to contain its Ticklish members.
TransformMatrix This class provides a standard mechanism for applying matrix manipulations to a Transformable target and supporting constraint bounding of the target's location after its matrix is altered.
TranslateMatrix This class applies a matrix translation on the Transformable target.