Uses of Class
org.eclipse.e4.ui.css.core.impl.dom.CSSStyleRuleImpl
Packages that use CSSStyleRuleImpl
Package
Description
-
Uses of CSSStyleRuleImpl in org.eclipse.e4.ui.css.core.impl.dom
Methods in org.eclipse.e4.ui.css.core.impl.dom that return CSSStyleRuleImplModifier and TypeMethodDescriptionCSSStyleDeclarationImpl.getParentStyleRule()The style rule this declaration belongs to, or null for computed styles.Constructors in org.eclipse.e4.ui.css.core.impl.dom with parameters of type CSSStyleRuleImpl -
Uses of CSSStyleRuleImpl in org.eclipse.e4.ui.css.core.impl.engine.selector
Methods in org.eclipse.e4.ui.css.core.impl.engine.selector that return CSSStyleRuleImplModifier and TypeMethodDescriptionRuleIndex.Candidate.rule()Returns the value of therulerecord component.Constructors in org.eclipse.e4.ui.css.core.impl.engine.selector with parameters of type CSSStyleRuleImplModifierConstructorDescriptionCandidate(Selectors.Selector selector, CSSStyleRuleImpl rule, int order) Creates an instance of aCandidaterecord class.