Previous | Next | Frames | No Frames |
Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--mx.managers.SystemManager
Field Summary | ||
static | __addEventListener: Function | |
static | __removeEventListener: Function | |
static | __screen: Object | |
the current coordinates of the stage | ||
static | _xAddEventListener: Function | |
internal override of addEventListener | ||
static | _xRemoveEventListener: Function | |
internal override of removeEventListener | ||
static | activate: Function | |
mixins from OverlappedWindows | ||
static | addEventListener: Function | |
listen for idle events | ||
static | checkIdle: Function | |
static | deactivate: Function | |
static | dispatchEvent: Function | |
from mx.events.EventDispatcher | ||
static | form: MovieClip | |
the current top level window | ||
static | forms: Array | |
list of top level windows | ||
static | idleFrames: Number | |
number of frames since the last mouse or key activity | ||
static | interval: Number | |
the interval used to check for idle | ||
static | isMouseDown | |
state of the mouse button | ||
static | onMouseMove: Function | |
static | onMouseUp: Function | |
static | removeEventListener: Function | |
listen for idle events | ||
| ||
Property Summary | ||
static | screen: Object (read-only) | |
get an object containing the size and position of the stage | ||
Method Summary | ||
static | addFocusManager ( f: UIComponent ): Void | |
register a window containing a focus manager. | ||
static | init ( Void ): Void | |
users of SystemManager must call init() before using SystemManager | ||
static | onMouseDown ( Void ): Void | |
track mouse clicks to see if we change top-level forms | ||
static | onResize ( Void ): Void | |
keep track of the size and position of the stage | ||
static | removeFocusManager ( f: UIComponent ): Void | |
focus managers should never get removed unless overlapped window support is added | ||
| ||
static var __addEventListener: Function |
static var __removeEventListener: Function |
static var __screen: Object |
the current coordinates of the stage |
static var _xAddEventListener: Function |
internal override of addEventListener |
static var _xRemoveEventListener: Function |
internal override of removeEventListener |
static var activate: Function |
mixins from OverlappedWindows |
static var addEventListener: Function |
listen for idle events |
static var checkIdle: Function |
static var deactivate: Function |
static var dispatchEvent: Function |
from mx.events.EventDispatcher |
static var form: MovieClip |
the current top level window |
static var forms: Array |
list of top level windows |
static var idleFrames: Number |
number of frames since the last mouse or key activity |
static var interval: Number |
the interval used to check for idle |
static var isMouseDown |
state of the mouse button |
static var onMouseMove: Function |
static var onMouseUp: Function |
static var removeEventListener: Function |
listen for idle events |
|
get an object containing the size and position of the stage |
|
|
register a window containing a focus manager. this method is replaced when overlapped window support is added |
|
users of SystemManager must call init() before using SystemManager |
|
track mouse clicks to see if we change top-level forms |
|
keep track of the size and position of the stage |
|
focus managers should never get removed unless overlapped window support is added |