Main Page | Packages | Class Tree | Index | Help

mx.managers

class OverlappedWindows

Object
  |
  +--mx.managers.OverlappedWindows


class OverlappedWindows
extends Object



Field Summary

static
initialized: Boolean


static
SystemManagerDependency


Fields inherited from class Object

__proto__, constructor, prototype

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

Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Field Documentation

initialized

static var initialized: Boolean

SystemManagerDependency

static var SystemManagerDependency

Method Documentation

__addEventListener

static function __addEventListener(e: String,
 o: Object,
 l: Function): Void
our override of addEventListener.

Only create idle events if someone is listening

__removeEventListener

static function __removeEventListener(e: String,
 o: Object,
 l: Function): Void
our override of removeEventListener.

activate

static function activate(f: MovieClip): Void
activation is totally managed by the SystemManager

addFocusManager

static function addFocusManager(f: UIComponent): Void
register a window containing a focus manager

checkIdle

static function checkIdle(Void): Void
callback from interval to check for idle

deactivate

static function deactivate(f: MovieClip): Void
activation is totally managed by the SystemManager

enableOverlappedWindows

static function enableOverlappedWindows(): Void

onMouseDown

static function onMouseDown(Void): Void
track mouse clicks to see if we change top-level forms

onMouseMove

static function onMouseMove(Void): Void
track mouse moves in order to determine idle

onMouseUp

static function onMouseUp(Void): Void
track mouse moves in order to determine idle

removeFocusManager

static function removeFocusManager(f: UIComponent): Void
unregister a window containing a focus manager


The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc