Uses of Class
org.eclipse.e4.ui.css.core.impl.dom.CSSStyleDeclarationImpl
Packages that use CSSStyleDeclarationImpl
-
Uses of CSSStyleDeclarationImpl in org.eclipse.e4.ui.css.core.impl.dom
Subclasses of CSSStyleDeclarationImpl in org.eclipse.e4.ui.css.core.impl.domModifier and TypeClassDescriptionclassComputed style merging the declarations of all rules that match an element, ordered by specificity and source position.Methods in org.eclipse.e4.ui.css.core.impl.dom that return CSSStyleDeclarationImplModifier and TypeMethodDescriptionCSSStyleRuleImpl.getStyle()StyleWrapper.style()Returns the value of thestylerecord component.Methods in org.eclipse.e4.ui.css.core.impl.dom with parameters of type CSSStyleDeclarationImplModifier and TypeMethodDescriptionvoidCSSStyleRuleImpl.setStyle(CSSStyleDeclarationImpl styleDeclaration) Constructors in org.eclipse.e4.ui.css.core.impl.dom with parameters of type CSSStyleDeclarationImplModifierConstructorDescriptionStyleWrapper(CSSStyleDeclarationImpl style, int specificity, int position) Creates an instance of aStyleWrapperrecord class.