Uses of Interface
org.eclipse.e4.ui.css.core.dom.properties.CSSBorderProperties
Packages that use CSSBorderProperties
Package
Description
-
Uses of CSSBorderProperties in org.eclipse.e4.ui.css.core.css2
Methods in org.eclipse.e4.ui.css.core.css2 with parameters of type CSSBorderPropertiesModifier and TypeMethodDescriptionstatic voidCSSBorderPropertiesHelpers.updateCSSProperty(CSSBorderProperties borderProperties, String property, CSSValue value) Update theproperty ofborderPropertiesinstance with thevalue.static voidCSSBorderPropertiesHelpers.updateCSSPropertyBorderColor(CSSBorderProperties borderProperties, CSSValue value) UpdateborderPropertiesinstance with border-colorvalue.static voidCSSBorderPropertiesHelpers.updateCSSPropertyBorderStyle(CSSBorderProperties borderProperties, CSSValue value) UpdateborderPropertiesinstance with border-stylevalue.static voidCSSBorderPropertiesHelpers.updateCSSPropertyBorderWidth(CSSBorderProperties borderProperties, CSSValue value) UpdateborderPropertiesinstance with border-widthvalue. -
Uses of CSSBorderProperties in org.eclipse.e4.ui.css.core.dom.properties.css2
Methods in org.eclipse.e4.ui.css.core.dom.properties.css2 with parameters of type CSSBorderPropertiesModifier and TypeMethodDescriptionvoidAbstractCSSPropertyBorderHandler.applyCSSPropertyBorderColor(CSSBorderProperties border, CSSValue value, String pseudo, CSSEngine engine) voidAbstractCSSPropertyBorderHandler.applyCSSPropertyBorderStyle(CSSBorderProperties border, CSSValue value, String pseudo, CSSEngine engine) voidAbstractCSSPropertyBorderHandler.applyCSSPropertyBorderWidth(CSSBorderProperties border, CSSValue value, String pseudo, CSSEngine engine) -
Uses of CSSBorderProperties in org.eclipse.e4.ui.css.core.impl.dom.properties
Classes in org.eclipse.e4.ui.css.core.impl.dom.properties that implement CSSBorderProperties