public class StyleSheetCollection
Property Getters/Setters Summary | ||
---|---|---|
int | getCount() | |
Gets the number of elements actually contained in the collection.
|
||
StyleSheet | get(int index) | |
Gets the element at the specified index.
|
Method Summary | ||
---|---|---|
int | add(StyleSheet item) | |
Add StyleSheet in the collection.
|
||
void | clear() | |
Removes all elements from collection.
|
||
StyleSheet | getStyleSheet(int ID) | |
Gets the element at the specified ID.
|
||
boolean | isExist(int index) | |
Is exist item in the collection.
|
||
java.util.Iterator | iterator() | |
Supports a simple iteration over a nongeneric collection.
|
||
void | remove(StyleSheet item) | |
Remove StyleSheet from the collection.
|
public int getCount()
public StyleSheet get(int index)
index
- public int add(StyleSheet item)
item
- public void remove(StyleSheet item)
item
- public StyleSheet getStyleSheet(int ID)
ID
- public java.util.Iterator iterator()
public boolean isExist(int index)
index
- index of element.public void clear()