Uses of Interface
org.eclipse.e4.ui.css.core.dom.properties.converters.ICSSValueConverterConfig
Packages that use ICSSValueConverterConfig
Package
Description
-
Uses of ICSSValueConverterConfig in org.eclipse.e4.ui.css.core.css2
Methods in org.eclipse.e4.ui.css.core.css2 with parameters of type ICSSValueConverterConfigModifier and TypeMethodDescriptionstatic String
CSS2ColorHelper.getColorStringValue
(RGBColor rgbColor, ICSSValueConverterConfig config) Return color string form w3crgbColor
instance. -
Uses of ICSSValueConverterConfig in org.eclipse.e4.ui.css.core.dom.properties.converters
Subinterfaces of ICSSValueConverterConfig in org.eclipse.e4.ui.css.core.dom.properties.convertersModifier and TypeInterfaceDescriptioninterface
ICSSValueConverterConfig
to manage format String of theRGBColor
.Classes in org.eclipse.e4.ui.css.core.dom.properties.converters that implement ICSSValueConverterConfigModifier and TypeClassDescriptionclass
CSS Value converter color config to format the CSSValue string color.Fields in org.eclipse.e4.ui.css.core.dom.properties.converters declared as ICSSValueConverterConfigModifier and TypeFieldDescriptionstatic final ICSSValueConverterConfig
CSSValueConverterConfigColorImpl.COLOR_HEXA_FORMAT_CONFIG
static final ICSSValueConverterConfig
CSSValueConverterConfigColorImpl.COLOR_NAME_FORMAT_CONFIG
static final ICSSValueConverterConfig
CSSValueConverterConfigColorImpl.COLOR_RGB_FORMAT_CONFIG
Methods in org.eclipse.e4.ui.css.core.dom.properties.converters with parameters of type ICSSValueConverterConfigModifier and TypeMethodDescriptionCSSValueBooleanConverterImpl.convert
(Object value, CSSEngine engine, Object context, ICSSValueConverterConfig config) ICSSValueConverter.convert
(Object value, CSSEngine engine, Object context, ICSSValueConverterConfig config) Returns StringCSSValue
of the result of the conversion of the given Objectvalue
. -
Uses of ICSSValueConverterConfig in org.eclipse.e4.ui.css.swt.properties.converters
Methods in org.eclipse.e4.ui.css.swt.properties.converters with parameters of type ICSSValueConverterConfigModifier and TypeMethodDescriptionCSSValueSWTColorConverterImpl.convert
(Object value, CSSEngine engine, Object context, ICSSValueConverterConfig config) CSSValueSWTCursorConverterImpl.convert
(Object value, CSSEngine engine, Object context, ICSSValueConverterConfig config) CSSValueSWTFontConverterImpl.convert
(Object value, CSSEngine engine, Object context, ICSSValueConverterConfig config) CSSValueSWTFontDataConverterImpl.convert
(Object value, CSSEngine engine, Object context, ICSSValueConverterConfig config) CSSValueSWTGradientConverterImpl.convert
(Object value, CSSEngine engine, Object context, ICSSValueConverterConfig config) CSSValueSWTImageConverterImpl.convert
(Object value, CSSEngine engine, Object context, ICSSValueConverterConfig config) CSSValueSWTRGBConverterImpl.convert
(Object value, CSSEngine engine, Object context, ICSSValueConverterConfig config)