WindowCollection

WindowCollection class

Window collection.

Methods

NameDescription
add(window)Add the window in the collection.
clear()
get()
getClientHeight()Optional int.
getClientWidth()Optional int.
getCount()
iterator()Reserved for internal use.
remove(window)Remove the window from the collection.
removeAt()
setClientHeight()Optional int.
setClientWidth()Optional int.

add(window)

Add the window in the collection.

ParameterTypeDescription
windowWindow

Returns: Number — Number

clear()

get()

getClientHeight()

Optional int.

getClientWidth()

Optional int.

getCount()

iterator()

Reserved for internal use.

remove(window)

Remove the window from the collection.

ParameterTypeDescription
windowWindow

removeAt()

setClientHeight()

Optional int.

setClientWidth()

Optional int.