Uses of Interface
quicktime.app.display.Layerable

Packages that use Layerable
quicktime.app.anim   
quicktime.app.display   
quicktime.app.ui   
 

Uses of Layerable in quicktime.app.anim
 

Classes in quicktime.app.anim that implement Layerable
 class TwoDSprite
          A TwoDSprite is a specialised presenter for image data within the context of a SpriteWorld.
 

Methods in quicktime.app.anim that return Layerable
 Layerable SWCompositor.getLayerable(java.lang.Object member)
          This will return the TwoDSprite for the member as a Layerable object to enable an application to get and set the layer presentation of the member object.
 

Uses of Layerable in quicktime.app.display
 

Classes in quicktime.app.display that implement Layerable
 class GroupMember
          This class contains information that is attached to a QTDrawable object that is attached to a GroupDrawable object.
 

Methods in quicktime.app.display that return Layerable
 Layerable GroupDrawable.getLayerable(java.lang.Object member)
          Returns the Layerable object for a member (or null if the Object is not a member) that allows the application to get and set the layer of a member.
 Layerable QTDisplaySpace.getLayerable(java.lang.Object member)
          Returns the Layerable object for a member (or null if the Object is not a member) that allows the application to get and set the layer of a member.
 

Uses of Layerable in quicktime.app.ui
 

Classes in quicktime.app.ui that implement Layerable
 class PressActionButton
          This class represents a normal button which fires the action event when the button is pressed.
 class PressReleaseButton
          This class represents a button which fires the action event when the button is pressed and when it is released.
 class QTButton
          This abstarct class provides the basic functionality for a QTButton which takes care of the event handling of the button.
 class ReleaseButton
          This class represents a normal button which fires the action event when the button is released.
 class UIElement
          This class handles all the tasks of updating and redrawing the TwoDSprite.