Uses of Interface
quicktime.app.spaces.Collection

Packages that use Collection
quicktime.app.actions   
quicktime.app.anim   
quicktime.app.display   
quicktime.app.event   
quicktime.app.image   
quicktime.app.spaces   
quicktime.app.time   
 

Uses of Collection in quicktime.app.actions
 

Classes in quicktime.app.actions that implement Collection
 class MouseController
          Deprecated. since QTJava 4.0
 class SimpleActionList
          The SimpleActionList class extends the TickleList to provide a list of Targetable objects.
 class TickleList
          An TickleList is a list that contains Ticklish members.
 

Uses of Collection in quicktime.app.anim
 

Classes in quicktime.app.anim that implement Collection
 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 Collection in quicktime.app.display
 

Subinterfaces of Collection in quicktime.app.display
 interface QTDisplaySpace
          This interface defines the minimum API that a QTDisplay space provides.
 

Classes in quicktime.app.display that implement Collection
 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 Collection in quicktime.app.event
 

Classes in quicktime.app.event that implement Collection
 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 Collection in quicktime.app.image
 

Classes in quicktime.app.image that implement Collection
 class ImageDataSequence
          A Container class for a collection of objects that have a single image description and a sequence of picture data.
 

Uses of Collection in quicktime.app.spaces
 

Subinterfaces of Collection in quicktime.app.spaces
 interface CollectionController
          Provides a generic interface for objects that want to control collections of objects and have these objects added to the controller when the objects are added to the space.
 interface DynamicCollection
          The DynamicCollection uses the Protocol class to enable the application to dynamically type members on a collection by collection basis.
 interface Space
          A Space is a dynamic collection of members.
 

Classes in quicktime.app.spaces that implement Collection
 class Protocol
          A Protocol is a collection of classes that are used to test an object against.
 class SimpleSpace
          SimpleSpace provides a default reference implementation of the Space interface.
 

Uses of Collection in quicktime.app.time
 

Classes in quicktime.app.time that implement Collection
 class TaskThread
          The TaskThread class maintains a table of Taskable objects that will periodically have their task method called.