Uses of Interface
org.eclipse.e4.ui.css.core.dom.properties.css2.CSS2FontProperties
Packages that use CSS2FontProperties
Package
Description
-
Uses of CSS2FontProperties in org.eclipse.e4.ui.css.core.css2
Methods in org.eclipse.e4.ui.css.core.css2 that return CSS2FontPropertiesModifier and TypeMethodDescriptionstatic CSS2FontPropertiesCSS2FontPropertiesHelpers.createCSS2FontProperties(CSSValue value, String property) Create and returnCSS2FontPropertiesinstance fromvalue.static CSS2FontPropertiesCSS2FontPropertiesHelpers.getCSS2FontProperties(CSSElementContext context) GetCSS2FontPropertiesfromCSSElementContextcontext.Methods in org.eclipse.e4.ui.css.core.css2 with parameters of type CSS2FontPropertiesModifier and TypeMethodDescriptionstatic voidCSS2FontPropertiesHelpers.setCSS2FontProperties(CSS2FontProperties fontProperties, CSSElementContext context) static voidCSS2FontPropertiesHelpers.updateCSSPropertyFont(CSS2FontProperties fontProperties, String property, CSSValue value) Update theproperty offontPropertiesinstance with thevalue.static voidCSS2FontPropertiesHelpers.updateCSSPropertyFontComposite(CSS2FontProperties font, CSSValue value) UpdatefontPropertiesinstance with theCSSValuevalue. value can beCSSPrimitiveValueorCSSValueList.static voidCSS2FontPropertiesHelpers.updateCSSPropertyFontFamily(CSS2FontProperties font, CSSValue value) Update CSS2FontProperties instance with font-family.static voidCSS2FontPropertiesHelpers.updateCSSPropertyFontSize(CSS2FontProperties font, CSSValue value) Update CSS2FontProperties instance with font-size.static voidCSS2FontPropertiesHelpers.updateCSSPropertyFontStyle(CSS2FontProperties font, CSSValue value) Update CSS2FontProperties instance with font-style.static voidCSS2FontPropertiesHelpers.updateCSSPropertyFontWeight(CSS2FontProperties font, CSSValue value) Update CSS2FontProperties instance with font-weight. -
Uses of CSS2FontProperties in org.eclipse.e4.ui.css.core.dom.properties.css2
Classes in org.eclipse.e4.ui.css.core.dom.properties.css2 that implement CSS2FontPropertiesMethods in org.eclipse.e4.ui.css.core.dom.properties.css2 with parameters of type CSS2FontPropertiesModifier and TypeMethodDescriptionprotected voidAbstractCSSPropertyFontHandler.applyCSSPropertyFontFamily(CSS2FontProperties font, CSSValue value, String pseudo, CSSEngine engine) protected voidAbstractCSSPropertyFontHandler.applyCSSPropertyFontSize(CSS2FontProperties font, CSSValue value, String pseudo, CSSEngine engine) protected voidAbstractCSSPropertyFontHandler.applyCSSPropertyFontStyle(CSS2FontProperties font, CSSValue value, String pseudo, CSSEngine engine) protected voidAbstractCSSPropertyFontHandler.applyCSSPropertyFontWeight(CSS2FontProperties font, CSSValue value, String pseudo, CSSEngine engine) -
Uses of CSS2FontProperties in org.eclipse.e4.ui.css.core.resources
Methods in org.eclipse.e4.ui.css.core.resources with parameters of type CSS2FontPropertiesModifier and TypeMethodDescriptionstatic StringCSSResourcesHelpers.getCSSFontPropertiesKey(CSS2FontProperties fontProperties) -
Uses of CSS2FontProperties in org.eclipse.e4.ui.css.swt.helpers
Methods in org.eclipse.e4.ui.css.swt.helpers that return CSS2FontPropertiesModifier and TypeMethodDescriptionstatic CSS2FontPropertiesCSSSWTFontHelper.getCSS2FontProperties(Font font) Build CSS2FontProperties from SWT Font.static CSS2FontPropertiesCSSSWTFontHelper.getCSS2FontProperties(Font font, CSSElementContext context) static CSS2FontPropertiesCSSSWTFontHelper.getCSS2FontProperties(Widget widget, CSSElementContext context) Get CSS2FontProperties from the widget.static CSS2FontPropertiesCSSSWTFontHelper.getCSS2FontProperties(Widget widget, Font font, CSSElementContext context) Get CSS2FontProperties from Control stored into Data of Control.Methods in org.eclipse.e4.ui.css.swt.helpers with parameters of type CSS2FontPropertiesModifier and TypeMethodDescriptionstatic FontCSSSWTFontHelper.getFont(CSS2FontProperties fontProperties, FontData oldFontData, Display display) static FontCSSSWTFontHelper.getFont(CSS2FontProperties fontProperties, Control control) Get CSS2FontProperties from Font of JComponent and store CSS2FontProperties instance into ClientProperty of JComponent.static FontDataCSSSWTFontHelper.getFontData(CSS2FontProperties fontProperties, FontData oldFontData) Return FontData fromCSS2FontProperties.static intCSSSWTFontHelper.getSWTStyle(CSS2FontProperties fontProperties, FontData fontData) Return SWT style Font fromCSS2FontProperties.