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 void
CSSBorderPropertiesHelpers.updateCSSProperty
(CSSBorderProperties borderProperties, String property, CSSValue value) Update theproperty of
borderProperties
instance with thevalue
.static void
CSSBorderPropertiesHelpers.updateCSSPropertyBorderColor
(CSSBorderProperties borderProperties, CSSValue value) UpdateborderProperties
instance with border-colorvalue
.static void
CSSBorderPropertiesHelpers.updateCSSPropertyBorderStyle
(CSSBorderProperties borderProperties, CSSValue value) UpdateborderProperties
instance with border-stylevalue
.static void
CSSBorderPropertiesHelpers.updateCSSPropertyBorderWidth
(CSSBorderProperties borderProperties, CSSValue value) UpdateborderProperties
instance 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 TypeMethodDescriptionvoid
AbstractCSSPropertyBorderHandler.applyCSSPropertyBorderColor
(CSSBorderProperties border, CSSValue value, String pseudo, CSSEngine engine) void
AbstractCSSPropertyBorderHandler.applyCSSPropertyBorderStyle
(CSSBorderProperties border, CSSValue value, String pseudo, CSSEngine engine) void
AbstractCSSPropertyBorderHandler.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