WindowCollection
WindowCollection class
Window collection.
Methods
| Name | Description |
|---|---|
| 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.
| Parameter | Type | Description |
|---|---|---|
| window | Window |
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.
| Parameter | Type | Description |
|---|---|---|
| window | Window |
removeAt()
setClientHeight()
Optional int.
setClientWidth()
Optional int.