Uses of Interface
quicktime.app.spaces.Listener

Packages that use Listener
quicktime.app.actions   
quicktime.app.anim   
quicktime.app.display   
quicktime.app.event   
quicktime.app.image   
quicktime.app.players   
quicktime.app.sg   
quicktime.app.spaces   
 

Uses of Listener in quicktime.app.actions
 

Classes in quicktime.app.actions that implement Listener
 class MouseController
          Deprecated. since QTJava 4.0
 

Uses of Listener in quicktime.app.anim
 

Classes in quicktime.app.anim that implement Listener
 class Compositor
          The Compositor uses the SpriteWorld compositing services of the SWCompositor to composit an image out of its member objects.
 class SWCompositor
          SWCompositor provides the capability to composit a complex image together of disparate image sources and then treat the result as a single image which is presented to the user.
 class SWController
          Deprecated. since QTJava 4.0
 

Uses of Listener in quicktime.app.display
 

Subinterfaces of Listener in quicktime.app.display
 interface Drawable
          This interface is designed to work hand-in-hand with a QTCanvas object.
 interface QTDisplaySpace
          This interface defines the minimum API that a QTDisplay space provides.
 interface QTDrawable
          This interface is designed to work hand-in-hand with a QTCanvas object.
 

Classes in quicktime.app.display that implement Listener
 class DirectGroup
          A DirectGroup contains a set of QTDrawable objects that present their visual contents directly to the screen.
 class GroupController
          Deprecated. since QTJava 4.0
 class GroupDrawable
          This forms the base class for grouping QTDrawable objects within a single display space that is controlled by this group.
 

Uses of Listener in quicktime.app.event
 

Classes in quicktime.app.event that implement Listener
 class QTMouseController
          A QTMouseController is attached to a Space.
 class QTMouseTargetController
          A QTMouseTargetController deals with mouse events in a space where the mouse event occurs over (or selects) a member of that space.
 

Uses of Listener in quicktime.app.image
 

Classes in quicktime.app.image that implement Listener
 class CompositableEffect
          This class is used to directly add an effect to a SWCompositor.
 class DSequenceFromMemory
          This class provides a mechanism for decompressing a sequence of images which were previously compressed using the CSequenceToMemory class.
 class GraphicsImporterDrawer
          This class represents an image that is stored as a file that can be read and drawn using QuickTime GraphicsImporter component
 class ImageDrawer
          This class will present a normal java.awt.Image object as a client of the QTCanvas.
 class ImagePresenter
          This class represents an image that is loaded into memory.
 class ImageViewer
          This class presents a sequence of Images that a user can view by simply clicking the mouse, or option clicking to view backwards.
It takes an ImageSequencer object as its source images, and uses an ImagePresenter object internally to present the current image.
 class QTEffect
          QTEffect forms the base class for visual effects that can be applied to images.
 class QTEffectPresenter
          The QTEffectPresenter is used to present typically a QTFilter or QTTransition as a member of a SWCompositor.
 class QTFilter
          QTFilters are visual effects that are applied to a single source image.
 class QTImageDrawer
          Enables standard java drawing commands and graphics objects to have their content rendered by QuickTime within a QuickTime graphics space.
 class QTTransition
          QTTransistions are visual effects that are applied to a two images, transitioning from the source image to the destination image.
 

Uses of Listener in quicktime.app.players
 

Classes in quicktime.app.players that implement Listener
 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 Listener in quicktime.app.sg
 

Classes in quicktime.app.sg that implement Listener
 class PresentationDrawer
           
 class SGDrawer
          This class presents the SequenceGrabber/SGChannel component as a Drawable object so that it can be displayed within the confines of the QTCanvas.
 

Uses of Listener in quicktime.app.spaces
 

Subinterfaces of Listener in quicktime.app.spaces
 interface ListenerController
          A ListenerController is a controller that is generally invoked or made active by events or notificiations from some source object.
 interface Space
          A Space is a dynamic collection of members.
 

Classes in quicktime.app.spaces that implement Listener
 class SimpleSpace
          SimpleSpace provides a default reference implementation of the Space interface.