Uses of Interface
quicktime.app.time.Timeable

Packages that use Timeable
quicktime.app.players   
quicktime.app.spaces   
quicktime.app.time   
 

Uses of Timeable in quicktime.app.players
 

Subinterfaces of Timeable in quicktime.app.players
 interface Playable
          This interface defines a protocol for dealing with time based media.
 

Classes in quicktime.app.players that implement Timeable
 class MoviePlayer
          The MoviePlayer class allows your application to display, play and control any QuickTime movie.
 class MoviePresenter
          The MoviePresenter is used to present typically a movie as a member of a SWCompositor.
 class QTPlayer
          The QTPlayer class allows your application to display, play and control any QuickTime movie with the standard QuickTime movie controller.
 

Uses of Timeable in quicktime.app.spaces
 

Subinterfaces of Timeable in quicktime.app.spaces
 interface TimeableController
          A TimeableController is a controller that provides its own TimeBase thus allowing it to have an independent sense of time from the Space to which it is attached.
 

Uses of Timeable in quicktime.app.time
 

Classes in quicktime.app.time that implement Timeable
 class Timer
          This class provides timing services for either a subclass or a target object that implements the Ticklish interface.