Uses of Interface
org.eclipse.e4.ui.css.core.dom.properties.css2.CSS2FontProperties
Package
Description
-
Uses of CSS2FontProperties in org.eclipse.e4.ui.css.core.css2
Modifier and TypeMethodDescriptionstatic CSS2FontProperties
CSS2FontPropertiesHelpers.createCSS2FontProperties
(CSSValue value, String property) Create and returnCSS2FontProperties
instance fromvalue
.static CSS2FontProperties
CSS2FontPropertiesHelpers.getCSS2FontProperties
(CSSElementContext context) GetCSS2FontProperties
fromCSSElementContext
context.Modifier and TypeMethodDescriptionstatic void
CSS2FontPropertiesHelpers.setCSS2FontProperties
(CSS2FontProperties fontProperties, CSSElementContext context) static void
CSS2FontPropertiesHelpers.updateCSSPropertyFont
(CSS2FontProperties fontProperties, String property, CSSValue value) Update theproperty of
fontProperties
instance with thevalue
.static void
CSS2FontPropertiesHelpers.updateCSSPropertyFontComposite
(CSS2FontProperties font, CSSValue value) UpdatefontProperties
instance with theCSSValue
value
. value can beCSSPrimitiveValue
orCSSValueList
.static void
CSS2FontPropertiesHelpers.updateCSSPropertyFontFamily
(CSS2FontProperties font, CSSValue value) Update CSS2FontProperties instance with font-family.static void
CSS2FontPropertiesHelpers.updateCSSPropertyFontSize
(CSS2FontProperties font, CSSValue value) Update CSS2FontProperties instance with font-size.static void
CSS2FontPropertiesHelpers.updateCSSPropertyFontStyle
(CSS2FontProperties font, CSSValue value) Update CSS2FontProperties instance with font-style.static void
CSS2FontPropertiesHelpers.updateCSSPropertyFontWeight
(CSS2FontProperties font, CSSValue value) Update CSS2FontProperties instance with font-weight. -
Uses of CSS2FontProperties in org.eclipse.e4.ui.css.core.dom.properties.css2
Modifier and TypeMethodDescriptionprotected void
AbstractCSSPropertyFontHandler.applyCSSPropertyFontFamily
(CSS2FontProperties font, CSSValue value, String pseudo, CSSEngine engine) protected void
AbstractCSSPropertyFontHandler.applyCSSPropertyFontSize
(CSS2FontProperties font, CSSValue value, String pseudo, CSSEngine engine) protected void
AbstractCSSPropertyFontHandler.applyCSSPropertyFontStyle
(CSS2FontProperties font, CSSValue value, String pseudo, CSSEngine engine) protected void
AbstractCSSPropertyFontHandler.applyCSSPropertyFontWeight
(CSS2FontProperties font, CSSValue value, String pseudo, CSSEngine engine) -
Uses of CSS2FontProperties in org.eclipse.e4.ui.css.core.resources
Modifier and TypeMethodDescriptionstatic String
CSSResourcesHelpers.getCSSFontPropertiesKey
(CSS2FontProperties fontProperties) -
Uses of CSS2FontProperties in org.eclipse.e4.ui.css.swt.helpers
Modifier and TypeMethodDescriptionstatic CSS2FontProperties
CSSSWTFontHelper.getCSS2FontProperties
(Font font) Build CSS2FontProperties from SWT Font.static CSS2FontProperties
CSSSWTFontHelper.getCSS2FontProperties
(Font font, CSSElementContext context) static CSS2FontProperties
CSSSWTFontHelper.getCSS2FontProperties
(Widget widget, CSSElementContext context) Get CSS2FontProperties from the widget.static CSS2FontProperties
CSSSWTFontHelper.getCSS2FontProperties
(Widget widget, Font font, CSSElementContext context) Get CSS2FontProperties from Control stored into Data of Control.Modifier and TypeMethodDescriptionstatic Font
CSSSWTFontHelper.getFont
(CSS2FontProperties fontProperties, FontData oldFontData, Display display) static Font
CSSSWTFontHelper.getFont
(CSS2FontProperties fontProperties, Control control) Get CSS2FontProperties from Font of JComponent and store CSS2FontProperties instance into ClientProperty of JComponent.static FontData
CSSSWTFontHelper.getFontData
(CSS2FontProperties fontProperties, FontData oldFontData) Return FontData fromCSS2FontProperties
.static int
CSSSWTFontHelper.getSWTStyle
(CSS2FontProperties fontProperties, FontData fontData) Return SWT style Font fromCSS2FontProperties
.