Methods

add(window) → Number

Add the window in the collection.

Parameter

Name Type Optional Description

window

Window

 

Returns

Number 

clear()

Removes all elements from collection.

get(index) → Window

Gets the element at the specified index.

Parameter

Name Type Optional Description

index

Number

 

Returns

Window 

getClientHeight()

Optional int.

getClientWidth()

Optional int.

getCount()

Gets the number of elements actually contained in the collection.

isExist(index) → boolean

Is exist item in the collection.

Parameter

Name Type Optional Description

index

Number

 

index of element.

Returns

boolean 

iterator() → Iterator

Supports a simple iteration over a nongeneric collection.

Returns

Iterator 

remove(window)

Remove the window from the collection.

Parameter

Name Type Optional Description

window

Window

 

setClientHeight()

Optional int.

setClientWidth()

Optional int.