Field Summary |
static
| initialized: Boolean |
|
|
|
static
| SystemManagerDependency |
|
|
|
|
Method Summary |
static
| __addEventListener (
e: String, o: Object, l: Function
): Void |
| our override of addEventListener.
|
|
static
| __removeEventListener (
e: String, o: Object, l: Function
): Void |
| our override of removeEventListener.
|
|
static
| activate (
f: MovieClip
): Void |
| activation is totally managed by the SystemManager
|
|
static
| addFocusManager (
f: UIComponent
): Void |
| register a window containing a focus manager
|
|
static
| checkIdle (
Void
): Void |
| callback from interval to check for idle
|
|
static
| deactivate (
f: MovieClip
): Void |
| activation is totally managed by the SystemManager
|
|
static
| enableOverlappedWindows (
): Void |
|
|
|
static
| onMouseDown (
Void
): Void |
| track mouse clicks to see if we change top-level forms
|
|
static
| onMouseMove (
Void
): Void |
| track mouse moves in order to determine idle
|
|
static
| onMouseUp (
Void
): Void |
| track mouse moves in order to determine idle
|
|
static
| removeFocusManager (
f: UIComponent
): Void |
| unregister a window containing a focus manager
|
|
|
|