|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStyles
Method Summary | |
---|---|
boolean |
contains(java.lang.String name)
Method return true if collection contains style with speicfied by user name. |
IStyle |
get(int Index)
Returns a single object from a collection. |
IStyle |
get(java.lang.String name)
Returns a single object from a collection. |
int |
getCount()
Returns the number of objects in the collection. |
java.lang.Object |
getParent()
Returns the parent object for the specified object. |
void |
remove(java.lang.String styleName)
Removes style from the collection. |
Method Detail |
---|
int getCount()
IStyle get(int Index)
Index
-
IStyle get(java.lang.String name)
name
-
java.lang.Object getParent()
boolean contains(java.lang.String name)
name
- Name to check.
void remove(java.lang.String styleName)
styleName
- Style name to remove.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |