public class WindowCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getClientHeight() | |
void | setClientHeight(intvalue) | |
Optional int. | ||
int | getClientWidth() | |
void | setClientWidth(intvalue) | |
Optional int. | ||
int | getCount() | |
Gets the number of elements actually contained in the collection.
|
||
Window | get(int index) | |
Gets the element at the specified index.
|
Method Summary | ||
---|---|---|
int | add(Window window) | |
Add the window in the collection.
|
||
void | clear() | |
Removes all elements from collection.
|
||
boolean | isExist(int index) | |
Is exist item in the collection.
|
||
java.util.Iterator | iterator() | |
Supports a simple iteration over a nongeneric collection.
|
||
void | remove(Window window) | |
Remove the window from the collection.
|
public int getClientWidth() / public void setClientWidth(int value)
public int getClientHeight() / public void setClientHeight(int value)
public int getCount()
public Window get(int index)
index
- public int add(Window window)
window
- public void remove(Window window)
window
- public java.util.Iterator iterator()
public boolean isExist(int index)
index
- index of element.public void clear()