Class CSSValueListImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
org.eclipse.e4.ui.css.core.impl.dom.CSSValueListImpl
- All Implemented Interfaces:
CSSValue
,CSSValueList
-
Field Summary
Fields inherited from interface org.w3c.dom.css.CSSValue
CSS_CUSTOM, CSS_INHERIT, CSS_PRIMITIVE_VALUE, CSS_VALUE_LIST
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionshort
int
item
(int index) void
setCssText
(String arg0) toString()
Methods inherited from class org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
getCSSParser
-
Constructor Details
-
CSSValueListImpl
public CSSValueListImpl(org.w3c.css.sac.LexicalUnit parsePropertyValue)
-
-
Method Details
-
getLength
public int getLength()- Specified by:
getLength
in interfaceCSSValueList
-
item
- Specified by:
item
in interfaceCSSValueList
-
getCssText
- Specified by:
getCssText
in interfaceCSSValue
-
getCssValueType
public short getCssValueType()- Specified by:
getCssValueType
in interfaceCSSValue
-
setCssText
- Specified by:
setCssText
in interfaceCSSValue
- Throws:
DOMException
-
toString
-