Uses of Interface
org.eclipse.e4.ui.css.core.impl.dom.CssValues.CssPrimitive
Packages that use CssValues.CssPrimitive
Package
Description
-
Uses of CssValues.CssPrimitive in org.eclipse.e4.ui.css.core.css2
Methods in org.eclipse.e4.ui.css.core.css2 with parameters of type CssValues.CssPrimitiveModifier and TypeMethodDescriptionstatic StringCSS2FontHelper.getCSSFontPropertyName(CssValues.CssPrimitive value) Return the CSS Font Property name (font-style, font-weight, font-size, font-family) for the givenvalue. -
Uses of CssValues.CssPrimitive in org.eclipse.e4.ui.css.core.dom.properties
Methods in org.eclipse.e4.ui.css.core.dom.properties that return CssValues.CssPrimitiveMethods in org.eclipse.e4.ui.css.core.dom.properties that return types with arguments of type CssValues.CssPrimitiveMethods in org.eclipse.e4.ui.css.core.dom.properties with parameters of type CssValues.CssPrimitiveModifier and TypeMethodDescriptionvoidGradient.addRGB(Object rgb, CssValues.CssPrimitive value) voidCSSBorderProperties.setColor(CssValues.CssPrimitive color) Set border-color value. -
Uses of CssValues.CssPrimitive in org.eclipse.e4.ui.css.core.dom.properties.css2
Methods in org.eclipse.e4.ui.css.core.dom.properties.css2 that return CssValues.CssPrimitiveModifier and TypeMethodDescriptionCSS2FontProperties.getFamily()CSS2FontPropertiesImpl.getFamily()CSS2FontProperties.getSize()CSS2FontPropertiesImpl.getSize()CSS2FontProperties.getSizeAdjust()CSS2FontPropertiesImpl.getSizeAdjust()CSS2FontProperties.getStretch()CSS2FontPropertiesImpl.getStretch()CSS2FontProperties.getStyle()CSS2FontPropertiesImpl.getStyle()CSS2FontProperties.getVariant()CSS2FontPropertiesImpl.getVariant()CSS2FontProperties.getWeight()CSS2FontPropertiesImpl.getWeight()Methods in org.eclipse.e4.ui.css.core.dom.properties.css2 with parameters of type CssValues.CssPrimitiveModifier and TypeMethodDescriptionvoidCSS2FontProperties.setFamily(CssValues.CssPrimitive family) voidCSS2FontPropertiesImpl.setFamily(CssValues.CssPrimitive family) voidCSS2FontProperties.setSize(CssValues.CssPrimitive size) voidCSS2FontPropertiesImpl.setSize(CssValues.CssPrimitive size) voidCSS2FontProperties.setSizeAdjust(CssValues.CssPrimitive sizeAdjust) voidCSS2FontPropertiesImpl.setSizeAdjust(CssValues.CssPrimitive sizeAdjust) voidCSS2FontProperties.setStretch(CssValues.CssPrimitive stretch) voidCSS2FontPropertiesImpl.setStretch(CssValues.CssPrimitive stretch) voidCSS2FontProperties.setStyle(CssValues.CssPrimitive style) voidCSS2FontPropertiesImpl.setStyle(CssValues.CssPrimitive style) voidCSS2FontProperties.setVariant(CssValues.CssPrimitive variant) voidCSS2FontPropertiesImpl.setVariant(CssValues.CssPrimitive variant) voidCSS2FontProperties.setWeight(CssValues.CssPrimitive weight) voidCSS2FontPropertiesImpl.setWeight(CssValues.CssPrimitive weight) -
Uses of CssValues.CssPrimitive in org.eclipse.e4.ui.css.core.impl.dom
Subinterfaces of CssValues.CssPrimitive in org.eclipse.e4.ui.css.core.impl.domModifier and TypeInterfaceDescriptionstatic interfaceA numeric value: a unitlessCssValues.CssNumberor aCssValues.CssDimensionwith a unit.Classes in org.eclipse.e4.ui.css.core.impl.dom that implement CssValues.CssPrimitiveModifier and TypeClassDescriptionstatic final recordrgb(...)or a#rgb/#rrggbbcolour.static final record26px,30%,75em- a number with a unit.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. -
Uses of CssValues.CssPrimitive in org.eclipse.e4.ui.css.core.impl.dom.properties
Methods in org.eclipse.e4.ui.css.core.impl.dom.properties that return CssValues.CssPrimitiveMethods in org.eclipse.e4.ui.css.core.impl.dom.properties with parameters of type CssValues.CssPrimitiveModifier and TypeMethodDescriptionvoidCSSBorderPropertiesImpl.setColor(CssValues.CssPrimitive color) -
Uses of CssValues.CssPrimitive in org.eclipse.e4.ui.css.core.resources
Methods in org.eclipse.e4.ui.css.core.resources with parameters of type CssValues.CssPrimitiveModifier and TypeMethodDescriptionstatic StringCSSResourcesHelpers.getCSSPrimitiveValueKey(CssValues.CssPrimitive value) Return the key of the CSSPrimitiveValuevaluewhich is used to cache Resource intoIResourcesRegistry.static ObjectCSSResourcesHelpers.getResource(IResourcesRegistry resourcesRegistry, Object type, CssValues.CssPrimitive value) Return the resource type oftypecached intoresourcesRegistrywith CSSPrimitiveValuevaluekey.static voidCSSResourcesHelpers.registerResource(IResourcesRegistry resourcesRegistry, Object type, CssValues.CssPrimitive value, Object resource) Register theresourcetype oftypeintoresourcesRegistrywith CSSPrimitiveValuevaluekey. -
Uses of CssValues.CssPrimitive in org.eclipse.e4.ui.css.swt.helpers
Methods in org.eclipse.e4.ui.css.swt.helpers with parameters of type CssValues.CssPrimitiveModifier and TypeMethodDescriptionstatic IntegerCSSSWTColorHelper.getPercent(CssValues.CssPrimitive value) static RGBACSSSWTColorHelper.getRGBA(CssValues.CssPrimitive value)