MovieClip
+--mx.core.UIObject
+--mx.core.UIComponent
+--mx.core.View
+--mx.controls.Loader
+--mx.screens.Screen__transitionManager, _childLoading, _childScreens, _indexInParent, _isScreen, borderStyle, className, currentFocusedScreen, indexInParent, numChildScreens, parentIsScreen, parentScreen, rootScreen, symbolName, symbolOwner, transitionManager__autoLoad, __bytesLoaded, __bytesTotal, __contentPath, __scaleContent, _origHeight, _origWidth, autoLoad, bytesLoaded, bytesTotal, className, clipParameters, content, contentHolder, contentPath, livePreview, mergedClipParameters, percentLoaded, scaleContent, symbolName, symbolOwner__tabIndex, _loadExternalClass, border_mc, boundingBox_mc, childNameBase, className, createClassChildAtDepth, depth, hasBeenLayedOut, loadExternal, numChildren, symbolName, symbolOwner, tabIndexclipParameters, drawFocus, enabled, focusEnabled, focusManager, focusTextField, groupName, height, kStretch, mergedClipParameters, origBorderStyles, origBorderValues, popUp, symbolName, symbolOwner, tabEnabled, tabIndex, width__height, __onUnload, __width, _color, _endInit, _id, _maxHeight, _maxWidth, _minHeight, _minWidth, _preferredHeight, _preferredWidth, _tf, _topmost, addEventListener, bottom, buildDepthTable, changeColorStyleInChildren, changeTextStyleInChildren, childrenCreated, className, clipParameters, color, createAccessibilityImplementation, createChildAtDepth, createClassChildAtDepth, createEvent, dispatchEvent, embedFonts, findNextAvailableDepth, fontFamily, fontSize, fontStyle, fontWeight, handleEvent, height, idNames, ignoreClassStyleDeclaration, initProperties, invalidateFlag, left, lineColor, lineWidth, marginLeft, marginRight, methodTable, minHeight, minWidth, notifyStyleChangeInChildren, removeEventListener, right, scaleX, scaleY, setStyle, stylecache, styleName, symbolName, symbolOwner, tabEnabled, textAlign, textColorList, textDecoration, textIndent, tfList, top, validateNow, visible, width, x, y_alpha, _currentframe, _droptarget, _focusrect, _framesloaded, _height, _lockroot, _name, _parent, _quality, _rotation, _soundbuftime, _target, _totalframes, _url, _visible, _width, _x, _xmouse, _xscale, _y, _ymouse, _yscale, enabled, focusEnabled, hitArea, tabChildren, tabEnabled, tabIndex, tooltipText, trackAsMenu, useHandCursornew Screen()
static symbolName:Stringstatic symbolOwner:ObjectclassName:Stringprivate _isScreen:Booleanprivate _childScreens:Arrayprivate _indexInParent:Numberprivate __transitionManagerprivate _childLoading:StringborderStyle:Stringpublic indexInParent:Number [Read Only]zero-based index of this screen in its parent (getChildScreen) Read-Only: use createChild() to add new child screens
public numChildScreens:Number [Read Only]number of child screens of this screen Read-Only: use createChild() to add new child screens
public parentIsScreen:Boolean [Read Only]True if this screen's _parent is a screen Read-Only: use createChild() to add new child screens
public parentScreen:Screen [Read Only]Screen containing this screen. May be null for the root screen. Read-Only: use createChild() to add new child screens
public rootScreen:Screen [Read Only]Root of the screen subtree that contains this screen Read-Only: use createChild() to add new child screens
public transitionManager:Object [Read Only]Object that manages the current transitions for this single screen Read-Only: use transitionManager.start to add new transitions
static public currentFocusedScreen:Screen [Read Only]Current leaf-most screen containing the global focus Read-Only: setFocus() to change focus