Class CSSComputedStyleImpl
java.lang.Object
org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
org.eclipse.e4.ui.css.core.impl.dom.CSSStyleDeclarationImpl
org.eclipse.e4.ui.css.core.impl.dom.CSSComputedStyleImpl
- All Implemented Interfaces:
CSSStyleDeclaration
CSS computed style which concatenate list of CSSComputedStyleImpl to manage
styles coming from Condition Selector (ex : Label#MyId) and other selectors
(ex : Label).
-
Constructor Summary
ConstructorsConstructorDescriptionCSSComputedStyleImpl(List<org.eclipse.e4.ui.css.core.impl.dom.StyleWrapper> styleRules) -
Method Summary
Methods inherited from class org.eclipse.e4.ui.css.core.impl.dom.CSSStyleDeclarationImpl
addProperty, getCSSPropertyList, getCssText, getLength, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, item, removeProperty, setCssText, setProperty, setReadOnly, toStringMethods inherited from class org.eclipse.e4.ui.css.core.impl.dom.AbstractCSSNode
getCSSParserMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.w3c.dom.css.CSSStyleDeclaration
getCssText, getLength, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, item, removeProperty, setCssText, setProperty
-
Constructor Details
-
CSSComputedStyleImpl
-