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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshortintitem(int index) voidsetCssText(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:
getLengthin interfaceCSSValueList
-
item
- Specified by:
itemin interfaceCSSValueList
-
getCssText
- Specified by:
getCssTextin interfaceCSSValue
-
getCssValueType
public short getCssValueType()- Specified by:
getCssValueTypein interfaceCSSValue
-
setCssText
- Specified by:
setCssTextin interfaceCSSValue- Throws:
DOMException
-
toString
-