Uses of Interface
org.eclipse.e4.ui.css.core.impl.engine.selector.Selectors.Selector
Packages that use Selectors.Selector
Package
Description
-
Uses of Selectors.Selector in org.eclipse.e4.ui.css.core.engine
Methods in org.eclipse.e4.ui.css.core.engine with parameters of type Selectors.SelectorModifier and TypeMethodDescriptionbooleanCSSEngine.matches(Selectors.Selector selector, Object node, String pseudo) Check if theselectormatches the objectnode. -
Uses of Selectors.Selector in org.eclipse.e4.ui.css.core.impl.engine
Methods in org.eclipse.e4.ui.css.core.impl.engine with parameters of type Selectors.SelectorModifier and TypeMethodDescriptionbooleanCSSEngineImpl.matches(Selectors.Selector selector, Object element, String pseudoElt) -
Uses of Selectors.Selector in org.eclipse.e4.ui.css.core.impl.engine.selector
Classes in org.eclipse.e4.ui.css.core.impl.engine.selector that implement Selectors.SelectorModifier and TypeClassDescriptionstatic final recordfirst + second— direct adjacent sibling combinator.static final recordCompound selector: every operand must match the same element.static final record[attr|='value']— matches whenattrequalsvalueor starts withvalue-.static final record[attr~='value']— matches whenattrcontainsvalueas a whitespace-separated word.static final record[attr]or[attr='value'].static final recordparent > child— child combinator.static final record.foo— matches by CSS class.static final recordancestor descendant— descendant combinator.static final recordButton— matches by local element name.static final record#foo— matches by CSS id.static final record:name— matches when the element answers true toisPseudoInstanceOf(name)on its CSS-stylable element wrapper.static final classa, b— selector list.static final record*— matches any element.Methods in org.eclipse.e4.ui.css.core.impl.engine.selector that return Selectors.SelectorModifier and TypeMethodDescriptionSelectors.Descendant.ancestor()Returns the value of theancestorrecord component.Selectors.Child.child()Returns the value of thechildrecord component.Selectors.Descendant.descendant()Returns the value of thedescendantrecord component.Selectors.Adjacent.first()Returns the value of thefirstrecord component.Selectors.SelectorList.item(int i) i-th alternative.Selectors.And.left()Returns the value of theleftrecord component.Selectors.Child.parent()Returns the value of theparentrecord component.Selectors.And.right()Returns the value of therightrecord component.Selectors.Adjacent.second()Returns the value of thesecondrecord component.static Selectors.SelectorSacTranslator.translate(org.w3c.css.sac.Selector sac) Translate a single SACSelector.Methods in org.eclipse.e4.ui.css.core.impl.engine.selector that return types with arguments of type Selectors.SelectorMethods in org.eclipse.e4.ui.css.core.impl.engine.selector with parameters of type Selectors.SelectorModifier and TypeMethodDescriptionstatic booleanSelectorMatcher.matches(Selectors.Selector selector, Element element, String pseudoElement) static booleanSelectorMatcher.matches(Selectors.Selector selector, Element element, String pseudoElement, Element[] hierarchy, int hierarchyIndex) Constructors in org.eclipse.e4.ui.css.core.impl.engine.selector with parameters of type Selectors.SelectorModifierConstructorDescriptionAdjacent(Selectors.Selector first, Selectors.Selector second) Creates an instance of aAdjacentrecord class.And(Selectors.Selector left, Selectors.Selector right) Creates an instance of aAndrecord class.Child(Selectors.Selector parent, Selectors.Selector child) Creates an instance of aChildrecord class.Descendant(Selectors.Selector ancestor, Selectors.Selector descendant) Creates an instance of aDescendantrecord class.Constructor parameters in org.eclipse.e4.ui.css.core.impl.engine.selector with type arguments of type Selectors.Selector