Package quicktime.app.players

Interface Summary
Playable This interface defines a protocol for dealing with time based media.
QTPlayerEventHandlerMaker Objects that implement this interface return a QTPlayerEventHandler when the make method is called based on their particular ability to receive events from the addedToInterest source and handle events for the particular player.
 

Class Summary
MoviePlayer The MoviePlayer class allows your application to display, play and control any QuickTime movie.
MoviePresenter The MoviePresenter is used to present typically a movie as a member of a SWCompositor.
QTPlayer The QTPlayer class allows your application to display, play and control any QuickTime movie with the standard QuickTime movie controller.
QTPlayerAWTEventHandler When a QTPlayer is addedTo some kind of java.awt.Component the default construction methods of the QTPlayerEventHandler will create an instance of this object.
QTPlayerEventHandler When a QTPlayer is addedTo some kind of display space it receives an addedTo (or removedFrom) notification.