Uses of Interface
org.eclipse.e4.ui.css.core.impl.dom.CssValues.CssValue
Packages that use CssValues.CssValue
-
Uses of CssValues.CssValue in org.eclipse.e4.ui.css.core.impl.dom
Subinterfaces of CssValues.CssValue in org.eclipse.e4.ui.css.core.impl.domModifier and TypeInterfaceDescriptionstatic interfaceA numeric value: a unitlessCssValues.CssNumberor aCssValues.CssDimensionwith a unit.static interfaceA single CSS value.Classes in org.eclipse.e4.ui.css.core.impl.dom that implement CssValues.CssValueModifier and TypeClassDescriptionstatic final recordrgb(...)or a#rgb/#rrggbbcolour.static final record26px,30%,75em- a number with a unit.static final recordA whitespace or comma separated sequence of values, e.g.static final record34or2.0- a unitless number.static final recordA separator (currently only,) carried inside a value list, kept for parity with the historical behaviour where the comma was a list item.static final recordred,'a string',url(x),inherit.Methods in org.eclipse.e4.ui.css.core.impl.dom that return types with arguments of type CssValues.CssValueModifier and TypeMethodDescriptionCssValues.CssList.values()Returns the value of thevaluesrecord component.Constructor parameters in org.eclipse.e4.ui.css.core.impl.dom with type arguments of type CssValues.CssValueModifierConstructorDescriptionCssList(List<CssValues.CssValue> values) Creates an instance of aCssListrecord class.