Uses of Interface
quicktime.app.actions.Actionable

Packages that use Actionable
quicktime.app.actions   
 

Uses of Actionable in quicktime.app.actions
 

Fields in quicktime.app.actions declared as Actionable
protected  Actionable PeriodicAction.actor
          The actionable actor object that can be invoked by an action if a constraining condition is reached
protected  Actionable Dragger.actor
          Deprecated. The actor that will be invoked (if set) when the dragger reaches a constraining condition
 

Methods in quicktime.app.actions that return Actionable
 Actionable PeriodicAction.getActionable()
          This method retreives the current actor that is attached to the action
 Actionable DragAction.getActionable()
          This method retreives the current actor that is attached to the action
 Actionable Dragger.getActionable()
          Deprecated. This method retreives the current actor that is attached to the action
 

Methods in quicktime.app.actions with parameters of type Actionable
 void PeriodicAction.setActionable(Actionable actor)
          This method sets the actionable object of the action.
 void DragAction.setActionable(Actionable actor)
          This method sets the actionable object of the action.
 void Dragger.setActionable(Actionable actor)
          Deprecated. This method sets the actionable object of the action.