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 CSSStyleDeclarationImpl
addProperty, getCSSPropertyList, getCssText, getLength, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, item, removeProperty, setCssText, setProperty, setReadOnly, toStringMethods inherited from class AbstractCSSNode
getCSSParserMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface CSSStyleDeclaration
getCssText, getLength, getParentRule, getPropertyCSSValue, getPropertyPriority, getPropertyValue, item, removeProperty, setCssText, setProperty
-
Constructor Details
-
CSSComputedStyleImpl
-