| Package | mx.managers | 
| Class | public class WindowedSystemManager | 
| Inheritance | WindowedSystemManager    MovieClip   Sprite   DisplayObjectContainer   InteractiveObject   DisplayObject   EventDispatcher   Object | 
| Implements | ISystemManager, ISWFBridgeProvider | 
| Runtime Versions: | AIR 1.1 | 
As this comparison suggests, the WindowedSystemManager class serves many roles. For instance, it is the root display object of a Window, and manages tooltips, cursors, popups, and other content for the Window.
See also
| Property | Defined By | ||
|---|---|---|---|
![]()  | accessibilityProperties : AccessibilityProperties 
     The current accessibility options for this display object.  | DisplayObject | |
![]()  | alpha : Number 
     Indicates the alpha transparency value of the object specified.  | DisplayObject | |
![]()  | blendMode : String 
     A value from the BlendMode class that specifies which blend mode to use.  | DisplayObject | |
![]()  | blendShader : Shader [write-only] 
     Sets a shader that is used for blending the foreground and background.  | DisplayObject | |
![]()  | buttonMode : Boolean 
     Specifies the button mode of this sprite.  | Sprite | |
![]()  | cacheAsBitmap : Boolean 
     If set to true, Flash Player or Adobe AIR caches an internal bitmap representation of the
     display object.  | DisplayObject | |
| childAllowsParent : Boolean [read-only] 
       | WindowedSystemManager | ||
![]()  | constructor : Object 
	 A reference to the class object or constructor function for a given object instance.  | Object | |
![]()  | contextMenu : NativeMenu  
	 Specifies the context menu associated with this object.  | InteractiveObject | |
![]()  | currentFrame : int [read-only] 
	 Specifies the number of the frame in which the playhead is located in the timeline of 
	 the MovieClip instance.  | MovieClip | |
![]()  | currentFrameLabel : String [read-only] 
	 The label at the current frame in the timeline of the MovieClip instance.  | MovieClip | |
![]()  | currentLabel : String [read-only] 
	 The current label in which the playhead is located in the timeline of the MovieClip instance.  | MovieClip | |
![]()  | currentLabels : Array [read-only] 
	 Returns an array of FrameLabel objects from the current scene.  | MovieClip | |
![]()  | currentScene : Scene [read-only] 
	 The current scene in which the playhead is located in the timeline of the MovieClip instance.  | MovieClip | |
| cursorChildren : IChildList [read-only] 
	  
	  An list of the custom cursors
	  being parented by this ISystemManager.  | WindowedSystemManager | ||
| document : Object 
	  
	  A reference to the document object.  | WindowedSystemManager | ||
![]()  | doubleClickEnabled : Boolean  
	 Specifies whether the object receives doubleClick events.  | InteractiveObject | |
![]()  | dropTarget : DisplayObject [read-only] 
	 Specifies the display object over which the sprite is being dragged, or on
	 which the sprite was dropped.  | Sprite | |
| embeddedFontList : Object [read-only] 
	  A table of embedded fonts in this application.  | WindowedSystemManager | ||
![]()  | enabled : Boolean 
	 A Boolean value that indicates whether a movie clip is enabled.  | MovieClip | |
![]()  | filters : Array 
     An indexed array that contains each filter object currently associated with the display object.  | DisplayObject | |
| focusPane : Sprite 
      The focus pane associated with this object.  | WindowedSystemManager | ||
![]()  | focusRect : Object  
	 Specifies whether this object displays a focus rectangle.  | InteractiveObject | |
![]()  | framesLoaded : int [read-only] 
	 The number of frames that are loaded from a streaming SWF file.  | MovieClip | |
![]()  | graphics : Graphics [read-only] 
     Specifies the Graphics object that belongs to this sprite where vector
     drawing commands can occur.  | Sprite | |
| height : Number [override] 
	  The height of this object.  | WindowedSystemManager | ||
![]()  | hitArea : Sprite 
	 Designates another sprite to serve as the hit area for a sprite.  | Sprite | |
![]()  | loaderInfo : LoaderInfo [read-only] 
     Returns a LoaderInfo object containing information about loading the file
     to which this display object belongs.  | DisplayObject | |
![]()  | mask : DisplayObject 
     The calling display object is masked by the specified mask object.  | DisplayObject | |
![]()  | mouseChildren : Boolean 
	 Determines whether or not the children of the object are mouse enabled.  | DisplayObjectContainer | |
![]()  | mouseEnabled : Boolean  
	 Specifies whether this object receives mouse messages.  | InteractiveObject | |
![]()  | mouseX : Number [read-only] 
     Indicates the x coordinate of the mouse position, in pixels.  | DisplayObject | |
![]()  | mouseY : Number [read-only] 
     Indicates the y coordinate of the mouse position, in pixels.  | DisplayObject | |
![]()  | name : String 
     Indicates the instance name of the DisplayObject.  | DisplayObject | |
| numChildren : int [override] [read-only] 
	  The number of non-floating windows.  | WindowedSystemManager | ||
| numModalWindows : int 
	  The number of modal windows.  | WindowedSystemManager | ||
![]()  | opaqueBackground : Object 
     Specifies whether the display object is opaque with a certain background color.  | DisplayObject | |
![]()  | parent : DisplayObjectContainer [read-only] 
     Indicates the DisplayObjectContainer object that contains this display object.  | DisplayObject | |
| parentAllowsChild : Boolean [read-only] 
       | WindowedSystemManager | ||
| popUpChildren : IChildList [read-only] 
	  
	  An list of the topMost (popup)
	  windows being parented by this ISystemManager.  | WindowedSystemManager | ||
![]()  | prototype : Object [static] 
	 A reference to the prototype object of a class or function object.  | Object | |
| rawChildren : IChildList [read-only] 
	  
	  A list of all children
	  being parented by this ISystemManager.  | WindowedSystemManager | ||
![]()  | root : DisplayObject [read-only] 
     For a display object in a loaded SWF file, the root property is the 
     top-most display object in the portion of the display list's tree structure represented by that SWF file.  | DisplayObject | |
![]()  | rotation : Number 
     Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation.  | DisplayObject | |
![]()  | rotationX : Number 
     Indicates the x-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.  | DisplayObject | |
![]()  | rotationY : Number 
     Indicates the y-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.  | DisplayObject | |
![]()  | rotationZ : Number 
     Indicates the z-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.  | DisplayObject | |
![]()  | scale9Grid : Rectangle 
     The current scaling grid that is in effect.  | DisplayObject | |
![]()  | scaleX : Number 
     Indicates the horizontal scale (percentage) of the object as applied from the registration point.  | DisplayObject | |
![]()  | scaleY : Number 
     Indicates the vertical scale (percentage) of an object as applied from the registration point of the object.  | DisplayObject | |
![]()  | scaleZ : Number 
     Indicates the depth scale (percentage) of an object as applied from the registration point of the object.  | DisplayObject | |
![]()  | scenes : Array [read-only] 
	 An array of Scene objects, each listing the name, the number of frames,
	 and the frame labels for a scene in the MovieClip instance.  | MovieClip | |
| screen : Rectangle [read-only] 
	  
	  The size and position of the application window.  | WindowedSystemManager | ||
![]()  | scrollRect : Rectangle 
     The scroll rectangle bounds of the display object.  | DisplayObject | |
![]()  | soundTransform : flash.media:SoundTransform 
	 Controls sound within this sprite.  | Sprite | |
![]()  | stage : Stage [read-only] 
     The Stage of the display object.  | DisplayObject | |
| swfBridge : IEventDispatcher [read-only] 
       | WindowedSystemManager | ||
| swfBridgeGroup : ISWFBridgeGroup | WindowedSystemManager | ||
![]()  | tabChildren : Boolean 
	 Determines whether the children of the object are tab enabled.  | DisplayObjectContainer | |
![]()  | tabEnabled : Boolean  
	 Specifies whether this object is in the tab order.  | InteractiveObject | |
![]()  | tabIndex : int  
   	 Specifies the tab ordering of objects in a SWF file.  | InteractiveObject | |
![]()  | textSnapshot : flash.text:TextSnapshot [read-only] 
     Returns a TextSnapshot object for this DisplayObjectContainer instance.  | DisplayObjectContainer | |
| toolTipChildren : IChildList [read-only] 
	  
	  A list of the tooltips
	  being parented by this ISystemManager.  | WindowedSystemManager | ||
| topLevelSystemManager : ISystemManager [read-only] 
	  Returns the SystemManager responsible for the application window.  | WindowedSystemManager | ||
![]()  | totalFrames : int [read-only] 
	 The total number of frames in the MovieClip instance.  | MovieClip | |
![]()  | trackAsMenu : Boolean 
	 Indicates whether other display objects that are SimpleButton or MovieClip objects can receive 
	 mouse release events.  | MovieClip | |
![]()  | transform : flash.geom:Transform 
    An object with properties pertaining to a display object's matrix, color transform, and pixel bounds.  | DisplayObject | |
![]()  | useHandCursor : Boolean 
	 A Boolean value that indicates whether the pointing hand (hand cursor) appears when the mouse rolls 
	 over a sprite in which the buttonMode property is set to true.  | Sprite | |
![]()  | visible : Boolean 
     Whether or not the display object is visible.  | DisplayObject | |
| width : Number [override] 
	  The width of this object.  | WindowedSystemManager | ||
![]()  | x : Number 
     Indicates the x coordinate of the DisplayObject instance relative to the local coordinates of
     the parent DisplayObjectContainer.  | DisplayObject | |
![]()  | y : Number 
     Indicates the y coordinate of the DisplayObject instance relative to the local coordinates of
     the parent DisplayObjectContainer.  | DisplayObject | |
![]()  | z : Number 
     Indicates the z coordinate position along the z-axis of the DisplayObject
     instance relative to the 3D parent container.  | DisplayObject | |
| Method | Defined By | ||
|---|---|---|---|
WindowedSystemManager(rootObj:IUIComponent)  | WindowedSystemManager | ||
	  
	  Activates the FocusManager in an IFocusManagerContainer.  | WindowedSystemManager | ||
![]()  | 
     Adds a child DisplayObject instance to this DisplayObjectContainer instance.  | DisplayObjectContainer | |
![]()  | 
	 Adds a child DisplayObject instance to this DisplayObjectContainer 
	 instance.  | DisplayObjectContainer | |
	 Add a bridge to talk to the child owned by owner.  | WindowedSystemManager | ||
	  Add child to requested childList
	   | WindowedSystemManager | ||
![]()  | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void 
	Registers an event listener object with an EventDispatcher object so that the listener 
	receives notification of an event.  | EventDispatcher | |
	  
	  Registers a top-level window containing a FocusManager.  | WindowedSystemManager | ||
![]()  | 
	 Indicates whether the security restrictions 
	 would cause any display objects to be omitted from the list returned by calling
	 the DisplayObjectContainer.getObjectsUnderPoint() method
	 with the specified point point.  | DisplayObjectContainer | |
![]()  | 
	 Determines whether the specified display object is a child of the DisplayObjectContainer instance or
	 the instance itself.  | DisplayObjectContainer | |
	  This method is overridden in the autogenerated subclass.  | WindowedSystemManager | ||
	  
	  Deactivates the FocusManager in an IFocusManagerContainer, and activate
	  the FocusManager of the next highest window that is an IFocusManagerContainer.  | WindowedSystemManager | ||
| WindowedSystemManager | |||
![]()  | 
	Dispatches an event into the event flow.  | EventDispatcher | |
dispatchEventFromSWFBridges(event:Event, skip:IEventDispatcher = null, trackClones:Boolean = false, toOtherSystemManagers:Boolean = false):void 
	  dispatch the event to all sandboxes except the specified one
	   | WindowedSystemManager | ||
![]()  | 
     Returns a rectangle that defines the area of the display object relative to the coordinate system
     of the targetCoordinateSpace object.  | DisplayObject | |
![]()  | 
     Returns the child display object instance that exists at the specified index.  | DisplayObjectContainer | |
![]()  | 
     Returns the child display object that exists with the specified name.  | DisplayObjectContainer | |
![]()  | 
     Returns the index position of a child DisplayObject instance.  | DisplayObjectContainer | |
	  
	  Converts the given String to a Class or package-level Function.  | WindowedSystemManager | ||
	 Return the object the player sees as having focus.  | WindowedSystemManager | ||
![]()  | 
     Returns an array of objects that lie under the specified point and are children 
     (or grandchildren, and so on) of this DisplayObjectContainer instance.  | DisplayObjectContainer | |
![]()  | 
    Returns a rectangle that defines the boundary of the display object, 
    based on the coordinate system defined by the targetCoordinateSpace 
    parameter, excluding any strokes on shapes.  | DisplayObject | |
	 Go up our parent chain to get the top level system manager in this 
	 SecurityDomain
	 
	   | WindowedSystemManager | ||
	 Go up our parent chain to get the top level system manager.  | WindowedSystemManager | ||
| WindowedSystemManager | |||
![]()  | 
     Converts the point object from the Stage (global) coordinates
     to the display object's (local) coordinates.  | DisplayObject | |
![]()  | 
     Converts a two-dimensional point from the Stage (global) coordinates to a
     three-dimensional display object's (local) coordinates.  | DisplayObject | |
![]()  | 
	 Starts playing the SWF file at the specified frame.  | MovieClip | |
![]()  | 
	  Brings the playhead to the specified frame of the movie clip and stops it there.  | MovieClip | |
![]()  | 
	Checks whether the EventDispatcher object has any listeners registered for a specific type 
	of event.  | EventDispatcher | |
![]()  | 
	 Indicates whether an object has a specified property defined.  | Object | |
![]()  | 
     Evaluates the bounding box of the display object to see if it overlaps or intersects with the
     bounding box of the obj display object.  | DisplayObject | |
![]()  | 
     Evaluates the display object to see if it overlaps or intersects with the
     point specified by the x and y parameters.  | DisplayObject | |
	  
      Returns true if the required font face is embedded
	  in this application, or has been registered globally by using the 
	  Font.registerFont() method.  | WindowedSystemManager | ||
![]()  | 
	 Indicates whether an instance of the Object class is in the prototype chain of the object specified 
	 as the parameter.  | Object | |
	  
	  Returns true if this ISystemManager is responsible
	  for an application window, and false if this
	  application has been loaded into another application.  | WindowedSystemManager | ||
| WindowedSystemManager | |||
	  Returns true if the given DisplayObject is the 
	  top-level window.  | WindowedSystemManager | ||
![]()  | 
     Converts a three-dimensional point of the three-dimensional display 
     object's (local) coordinates to a two-dimensional point in the Stage (global) coordinates.  | DisplayObject | |
![]()  | 
     Converts the point object from the display object's (local) coordinates to the
     Stage (global) coordinates.  | DisplayObject | |
![]()  | 
	 Sends the playhead to the next frame and stops it.  | MovieClip | |
![]()  | 
	 Moves the playhead to the next scene of the MovieClip instance.  | MovieClip | |
![]()  | 
	 Moves the playhead in the timeline of the movie clip.  | MovieClip | |
![]()  | 
	 Sends the playhead to the previous frame and stops it.  | MovieClip | |
![]()  | 
	 Moves the playhead to the previous scene of the MovieClip instance.  | MovieClip | |
![]()  | 
	 Indicates whether the specified property exists and is enumerable.  | Object | |
![]()  | 
	 Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance.  | DisplayObjectContainer | |
![]()  | 
	 Removes a child DisplayObject from the specified index position in the child list of 
	 the DisplayObjectContainer.  | DisplayObjectContainer | |
	 Remove a child bridge.  | WindowedSystemManager | ||
	  Remove child from requested childList
	   | WindowedSystemManager | ||
![]()  | 
	Removes a listener from the EventDispatcher object.  | EventDispatcher | |
	  
	  Unregisters a top-level window containing a FocusManager.  | WindowedSystemManager | ||
![]()  | 
	Changes the  position of an existing child in the display object container.  | DisplayObjectContainer | |
![]()  | 
     Sets the availability of a dynamic property for loop operations.  | Object | |
![]()  | 
	 Lets the user drag the specified sprite.  | Sprite | |
![]()  | 
	 Stops the playhead in the movie clip.  | MovieClip | |
![]()  | 
	 Ends the startDrag() method.  | Sprite | |
![]()  | 
	 Swaps the z-order (front-to-back order) of the two specified child objects.  | DisplayObjectContainer | |
![]()  | 
	 Swaps the z-order (front-to-back order) of the child objects at the two specified index positions in the 
	 child list.  | DisplayObjectContainer | |
![]()  | 
	 Returns the string representation of this object, formatted according to locale-specific conventions.  | Object | |
![]()  | 
	 Returns the string representation of the specified object.  | Object | |
| WindowedSystemManager | |||
![]()  | 
	 Returns the primitive value of the specified object.  | Object | |
![]()  | 
	Checks whether an event listener is registered with this EventDispatcher object or any of 
	its ancestors for the specified event type.  | EventDispatcher | |
| childAllowsParent | property | 
childAllowsParent:Boolean  [read-only] 
    public function get childAllowsParent():Boolean| cursorChildren | property | 
cursorChildren:IChildList  [read-only] An list of the custom cursors being parented by this ISystemManager.
An ISystemManager has various types of children,
	  such as the Application, popups, top-most windows,
	  tooltips, and custom cursors.
	  You can access the custom cursors through
	  the cursorChildren property.
The IChildList object has methods like getChildAt()
	  and properties like numChildren.
	  For example, cursorChildren.numChildren gives
	  the number of custom cursors (which will be either 0 or 1)
	  and, if a custom cursor exists, you can access it as
	  cursorChildren.getChildAt(0).
    public function get cursorChildren():IChildList| document | property | 
document:ObjectA reference to the document object. A document object is an Object at the top of the hierarchy of a Flex application, MXML component, or AS component.
    public function get document():Object    public function set document(value:Object):void| embeddedFontList | property | 
embeddedFontList:Object  [read-only] A table of embedded fonts in this application. The object is a table indexed by the font name.
    public function get embeddedFontList():Object| focusPane | property | 
focusPane:SpriteThe focus pane associated with this object. An object has a focus pane when one of its children has focus.
    public function get focusPane():Sprite    public function set focusPane(value:Sprite):void| height | property | 
height:Number[override] The height of this object. For the SystemManager this should always be the width of the stage unless the application was loaded into another application. If the application was not loaded into another application, setting this value has no effect.
    override public function get height():Number    override public function set height(value:Number):void| numChildren | property | 
numChildren:int  [read-only] [override] The number of non-floating windows. This is the main application window plus any other windows added to the SystemManager that are not popups, tooltips or cursors.
    override public function get numChildren():int| numModalWindows | property | 
numModalWindows:intThe number of modal windows. Modal windows don't allow clicking in another windows which would normally activate the FocusManager in that window. The PopUpManager modifies this count as it creates and destroys modal windows.
    public function get numModalWindows():int    public function set numModalWindows(value:int):void| parentAllowsChild | property | 
parentAllowsChild:Boolean  [read-only] 
    public function get parentAllowsChild():Boolean| popUpChildren | property | 
popUpChildren:IChildList  [read-only] An list of the topMost (popup) windows being parented by this ISystemManager.
An ISystemManager has various types of children,
	  such as the Application, popups,
	  tooltips, and custom cursors.
	  You can access the top-most windows through
	  the popUpChildren property.
The IChildList object has methods like getChildAt()
	  and properties like numChildren.
	  For example, popUpChildren.numChildren gives
	  the number of topmost windows and you can access them as
	  popUpChildren.getChildAt(i).
    public function get popUpChildren():IChildList| rawChildren | property | 
rawChildren:IChildList  [read-only] A list of all children being parented by this ISystemManager.
An ISystemManager has various types of children, such as the Application, popups, tooltips, and custom cursors.
The IChildList object has methods like getChildAt()
	  and properties like numChildren.
    public function get rawChildren():IChildList| screen | property | 
screen:Rectangle  [read-only] 
	  
	  The size and position of the application window.
	 
	  The Rectangle object contains x, y,
	  width, and height properties.
	 
    public function get screen():Rectangle| swfBridge | property | 
swfBridge:IEventDispatcher  [read-only] 
    public function get swfBridge():IEventDispatcher| swfBridgeGroup | property | 
swfBridgeGroup:ISWFBridgeGroup    public function get swfBridgeGroup():ISWFBridgeGroup    public function set swfBridgeGroup(value:ISWFBridgeGroup):void| toolTipChildren | property | 
toolTipChildren:IChildList  [read-only] A list of the tooltips being parented by this ISystemManager.
An ISystemManager has various types of children, such as the Application, popups, topmost windows, tooltips, and custom cursors.
The IChildList object has methods like getChildAt()
	  and properties like numChildren.
	  For example, toolTipChildren.numChildren gives
	  the number of tooltips (which will be either 0 or 1)
	  and, if a tooltip exists, you can access it as
	  toolTipChildren.getChildAt(0).
    public function get toolTipChildren():IChildList| topLevelSystemManager | property | 
topLevelSystemManager:ISystemManager  [read-only] Returns the SystemManager responsible for the application window. This will be the same SystemManager unless this application has been loaded into another application.
    public function get topLevelSystemManager():ISystemManager| width | property | 
width:Number[override] The width of this object. For the SystemManager this should always be the width of the stage unless the application was loaded into another application. If the application was not loaded into another application, setting this value will have no effect.
    override public function get width():Number    override public function set width(value:Number):void| WindowedSystemManager | () | Constructor | 
| activate | () | method | 
 public function activate(f:IFocusManagerContainer):voidActivates the FocusManager in an IFocusManagerContainer.
Parameters
f:IFocusManagerContainer — IFocusManagerContainer the top-level window
	  whose FocusManager should be activated.
	  | 
| addChildBridge | () | method | 
 public function addChildBridge(bridge:IEventDispatcher, owner:DisplayObject):void
	 Add a bridge to talk to the child owned by owner.
	 
	 
Parameters
bridge:IEventDispatcher — the bridge used to talk to the parent. 
	  | |
owner:DisplayObject — the display object that owns the bridge.
	  | 
| addChildToSandboxRoot | () | method | 
 public function addChildToSandboxRoot(layer:String, child:DisplayObject):voidAdd child to requested childList
Parameters
layer:String | |
child:DisplayObject | 
| addFocusManager | () | method | 
 public function addFocusManager(f:IFocusManagerContainer):voidRegisters a top-level window containing a FocusManager. Called by the FocusManager, generally not called by application code.
Parameters
f:IFocusManagerContainer — The top-level window in the application.
	  | 
| create | () | method | 
 public function create(... params):ObjectThis method is overridden in the autogenerated subclass.
Parameters
... params | 
Object | 
| deactivate | () | method | 
 public function deactivate(f:IFocusManagerContainer):voidDeactivates the FocusManager in an IFocusManagerContainer, and activate the FocusManager of the next highest window that is an IFocusManagerContainer.
Parameters
f:IFocusManagerContainer — IFocusManagerContainer the top-level window
	  whose FocusManager should be deactivated.
	  | 
| deployMouseShields | () | method | 
| dispatchEventFromSWFBridges | () | method | 
 public function dispatchEventFromSWFBridges(event:Event, skip:IEventDispatcher = null, trackClones:Boolean = false, toOtherSystemManagers:Boolean = false):voiddispatch the event to all sandboxes except the specified one
Parameters
event:Event | |
skip:IEventDispatcher (default = null) | |
trackClones:Boolean (default = false) | |
toOtherSystemManagers:Boolean (default = false) | 
| getDefinitionByName | () | method | 
 public function getDefinitionByName(name:String):Object
	  
	  Converts the given String to a Class or package-level Function.
	  Calls the appropriate ApplicationDomain.getDefinition() 
	  method based on
	  whether you are loaded into another application or not.
	 
	  
Parameters
name:String — Name of class, for example "mx.video.VideoManager".
	 
	   | 
Object — The Class represented by the name, or null.
	  | 
| getFocus | () | method | 
 public function getFocus():InteractiveObjectReturn the object the player sees as having focus.
ReturnsInteractiveObject — An object of type InteractiveObject that the
	 		   player sees as having focus. If focus is currently
	 		   in a sandbox the caller does not have access to
	 		   null will be returned.
	  | 
| getSandboxRoot | () | method | 
 public function getSandboxRoot():DisplayObjectGo up our parent chain to get the top level system manager in this SecurityDomain
ReturnsDisplayObject | 
| getTopLevelRoot | () | method | 
 public function getTopLevelRoot():DisplayObjectGo up our parent chain to get the top level system manager. returns null if we are not on the display list or we don't have access to the top level system manager.
ReturnsDisplayObject | 
| getVisibleApplicationRect | () | method | 
 public function getVisibleApplicationRect(bounds:Rectangle = null):Rectangle
Parameters
bounds:Rectangle (default = null) | 
Rectangle | 
| isFontFaceEmbedded | () | method | 
 public function isFontFaceEmbedded(textFormat:flash.text:TextFormat):Boolean
	  
      Returns true if the required font face is embedded
	  in this application, or has been registered globally by using the 
	  Font.registerFont() method.
	 
	  
Parameters
textFormat:flash.text:TextFormat — The TextFormat class representing character formatting information.
	 
	   | 
Boolean — true if the required font face is embedded
	  in this application, or has been registered globally by using the 
	  Font.registerFont() method.
      | 
| isTopLevel | () | method | 
 public function isTopLevel():Boolean
	  
	  Returns true if this ISystemManager is responsible
	  for an application window, and false if this
	  application has been loaded into another application.
	 
	  
Boolean — true if this ISystemManager is responsible
	  for an application window.
	  | 
| isTopLevelRoot | () | method | 
| isTopLevelWindow | () | method | 
 public function isTopLevelWindow(object:DisplayObject):Boolean
	  Returns true if the given DisplayObject is the 
	  top-level window.
	 
	  
Parameters
object:DisplayObject | 
Boolean — true if the given DisplayObject is the 
	  top-level window.
	  | 
| removeChildBridge | () | method | 
 public function removeChildBridge(bridge:IEventDispatcher):voidRemove a child bridge.
Parameters
bridge:IEventDispatcher | 
| removeChildFromSandboxRoot | () | method | 
 public function removeChildFromSandboxRoot(layer:String, child:DisplayObject):voidRemove child from requested childList
Parameters
layer:String | |
child:DisplayObject | 
| removeFocusManager | () | method | 
 public function removeFocusManager(f:IFocusManagerContainer):voidUnregisters a top-level window containing a FocusManager. Called by the FocusManager, generally not called by application code.
Parameters
f:IFocusManagerContainer — The top-level window in the application.
	  | 
| useSWFBridge | () | method |