Packagecom.gestureworks.cml.elements
Classpublic class Window
InheritanceWindow Inheritance CMLObject Inheritance flash.events.EventDispatcher

Operating system window, CML proxy for AS3's NativeWindow class.



Public Properties
 PropertyDefined By
 InheritedchildList : ChildList
Returns the object's childList.
CMLObject
 InheritedcmlIndex : int
Returns the index created by the CML parser.
CMLObject
 Inheritedid : String
Returns the object's id.
CMLObject
  name : String
Associates a name with this object.
Window
  nativeWindow : NativeWindow
Reference to the AS3 NativeWindow object that this represents.
Window
  screen : int
Sets screen index.
Window
 Inheritedstate : Array
CMLObject
Public Methods
 MethodDefined By
  
Window(initOptions:NativeWindowInitOptions = null)
Window
 Inherited
clone():*
Clone method.
CMLObject
 Inherited
dispose():void
Dispose method.
CMLObject
  
init():void
[override] Initialization method.
Window
 Inherited
parseCML(cml:XMLList):XMLList
Internal CML parse method.
CMLObject
 Inherited
postparseCML(cml:XMLList):void
Abstract method allows the setting of a postparse CML routine.
CMLObject
  
updateProperties(key:* = 0):void
[override] Updates properties from state.
Window
Property Detail
nameproperty
name:String

Associates a name with this object.


Implementation
    public function get name():String
    public function set name(value:String):void
nativeWindowproperty 
nativeWindow:NativeWindow

Reference to the AS3 NativeWindow object that this represents.


Implementation
    public function get nativeWindow():NativeWindow
    public function set nativeWindow(value:NativeWindow):void
screenproperty 
screen:int

Sets screen index. This will set the x, y position based on the screen position as determined by the operating system.


Implementation
    public function get screen():int
    public function set screen(value:int):void
Constructor Detail
Window()Constructor
public function Window(initOptions:NativeWindowInitOptions = null)



Parameters
initOptions:NativeWindowInitOptions (default = null)
Method Detail
init()method
override public function init():void

Initialization method.

updateProperties()method 
override public function updateProperties(key:* = 0):void

Updates properties from state.

Parameters

key:* (default = 0)