Uses of Interface
quicktime.app.spaces.Controller

Packages that use Controller
quicktime.app.actions   
quicktime.app.anim   
quicktime.app.display   
quicktime.app.event   
quicktime.app.spaces   
 

Uses of Controller in quicktime.app.actions
 

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

Classes in quicktime.app.anim that implement Controller
 class SWController
          Deprecated. since QTJava 4.0
 

Uses of Controller in quicktime.app.display
 

Classes in quicktime.app.display that implement Controller
 class GroupController
          Deprecated. since QTJava 4.0
 

Uses of Controller in quicktime.app.event
 

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

Subinterfaces of Controller 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 ListenerController
          A ListenerController is a controller that is generally invoked or made active by events or notificiations from some source object.
 interface TicklishController
          A TicklishController is a controller that requires tickling by the Space's Timer whenever the Space itself is tickled.
 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.
 

Methods in quicktime.app.spaces with parameters of type Controller
 void SimpleSpace.addController(Controller c)
          This method is used by the application to add a Controller to the Space.
 void SimpleSpace.removeController(Controller c)
          Removes a controller that was previously added to the Space.
 void Space.addController(Controller c)
          This method is used by the application to add a Controller to the Space.
 void Space.removeController(Controller c)
          Removes a controller that was previously added to the Space.