|
|||||||||
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 |