|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.CSSValue
org.kde.koala.CSSValueList
public class CSSValueList
The CSSValueList
interface provides the absraction
of an ordered collection of CSS values.
Constructor Summary | |
---|---|
|
CSSValueList()
|
protected |
CSSValueList(java.lang.Class dummy)
|
|
CSSValueList(CSSValue other)
|
|
CSSValueList(CSSValueList other)
|
Method Summary | |
---|---|
CSSValue |
item(long index)
Used to retrieve a CSS rule by ordinal index. |
long |
length()
The number of CSSValue s in the list. |
Methods inherited from class org.kde.koala.CSSValue |
---|
cssText, cssValueType, isCSSPrimitiveValue, isCSSValueList, isNull, setCssText |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected CSSValueList(java.lang.Class dummy)
public CSSValueList()
public CSSValueList(CSSValueList other)
public CSSValueList(CSSValue other)
Method Detail |
---|
public long length()
CSSValue
s in the list. The range
of valid values indices is 0
to length-1
inclusive.
public CSSValue item(long index)
index
- Index into the collection.
index
position in
the CSSValueList
, or null
if
that is not valid index.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |