Class CSSStyleDeclarationImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
org.eclipse.e4.ui.css.core.impl.dom.CSSStyleDeclarationImpl
- All Implemented Interfaces:
CSSStyleDeclaration
- Direct Known Subclasses:
CSSComputedStyleImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addProperty
(CSSProperty property) int
getPropertyCSSValue
(String propertyName) getPropertyPriority
(String propertyName) getPropertyValue
(String propertyName) item
(int index) removeProperty
(String propertyName) void
setCssText
(String cssText) void
setProperty
(String propertyName, String value, String priority) protected void
setReadOnly
(boolean readOnly) toString()
Methods inherited from class org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
getCSSParser
-
Constructor Details
-
CSSStyleDeclarationImpl
-
-
Method Details
-
getCssText
- Specified by:
getCssText
in interfaceCSSStyleDeclaration
-
getLength
public int getLength()- Specified by:
getLength
in interfaceCSSStyleDeclaration
-
getParentRule
- Specified by:
getParentRule
in interfaceCSSStyleDeclaration
-
getPropertyCSSValue
- Specified by:
getPropertyCSSValue
in interfaceCSSStyleDeclaration
-
getPropertyPriority
- Specified by:
getPropertyPriority
in interfaceCSSStyleDeclaration
-
getPropertyValue
- Specified by:
getPropertyValue
in interfaceCSSStyleDeclaration
-
item
- Specified by:
item
in interfaceCSSStyleDeclaration
-
removeProperty
- Specified by:
removeProperty
in interfaceCSSStyleDeclaration
- Throws:
DOMException
-
setCssText
- Specified by:
setCssText
in interfaceCSSStyleDeclaration
- Throws:
DOMException
-
setProperty
- Specified by:
setProperty
in interfaceCSSStyleDeclaration
- Throws:
DOMException
-
addProperty
-
getCSSPropertyList
-
setReadOnly
protected void setReadOnly(boolean readOnly) -
toString
-