Uses of Class
quicktime.app.actions.GenericResponder

Packages that use GenericResponder
quicktime.app.actions   
 

Uses of GenericResponder in quicktime.app.actions
 

Methods in quicktime.app.actions that return GenericResponder
static GenericResponder GenericResponder.asMouseListener(int modifierKeyMask, int modifierTestConditions)
          Deprecated. Creates a GenericResponder that is interested in mouse events that are covered by the MouseListener interface.
static GenericResponder GenericResponder.asMouseMotionListener(int modifierKeyMask, int modifierTestConditions)
          Deprecated. Creates a GenericResponder that is interested in mouse events that are covered by the MouseMotionListener interface.
static GenericResponder GenericResponder.asMouseOrMouseMotionListener(int modifierKeyMask, int modifierTestConditions)
          Deprecated. Creates a GenericResponder that is interested in mouse events that are covered by the MouseListener or MouseMotionListener interfaces.
static GenericResponder GenericResponder.asQTMouseMotionListener(int modifierKeyMask, int modifierTestConditions)
          Deprecated. Creates a GenericResponder that is interested in mouse events that are covered by the QTMouseMotionListener interface.
static GenericResponder GenericResponder.asRolloverListener(int modifierKeyMask, int modifierTestConditions)
          Deprecated. Creates a GenericResponder that is interested in mouse events that are covered by the QTMouseMotionListener interface.
static GenericResponder GenericResponder.asAnyMouseListener(int modifierKeyMask, int modifierTestConditions)
          Deprecated. Creates a GenericResponder that is interested in mouse events that are covered by the MouseListener, MouseMotionListener or QTMouseMotionListener interfaces.