| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | get(index) | |
| Method Summary | ||
|---|---|---|
method | add(item) | |
Add StyleSheet in the collection.
|
||
method | clear() | |
method | getStyleSheet(ID) | |
Gets the element at the specified ID.
|
||
method | iterator() | |
Reserved for internal use. |
||
method | remove(item) | |
Remove StyleSheet from the collection.
|
||
method | removeAt(index) | |
int getCount()
StyleSheet get(index)
int add(item)
item: StyleSheet - remove(item)
item: StyleSheet - StyleSheet getStyleSheet(ID)
ID: int - clear()
removeAt(index)
Iterator iterator()