Class TableComboPropertyHandler
- java.lang.Object
-
- org.eclipse.nebula.widgets.tablecombo.css.TableComboPropertyHandler
-
- All Implemented Interfaces:
org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler
public class TableComboPropertyHandler extends java.lang.Object implements org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler
-
-
Constructor Summary
Constructors Constructor Description TableComboPropertyHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapplyCSSProperty(java.lang.Object element, java.lang.String property, org.w3c.dom.css.CSSValue value, java.lang.String pseudo, org.eclipse.e4.ui.css.core.engine.CSSEngine engine)private booleanapplyCSSPropertyFamily(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value)private voidapplyCSSPropertyFont(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value)private booleanapplyCSSPropertySize(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value)private booleanapplyCSSPropertyStyle(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value)private booleanapplyCSSPropertyWeight(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value)private voidapplyFont(org.eclipse.swt.widgets.Control widget, org.eclipse.swt.graphics.FontData fd)java.lang.StringretrieveCSSProperty(java.lang.Object element, java.lang.String property, java.lang.String pseudo, org.eclipse.e4.ui.css.core.engine.CSSEngine engine)
-
-
-
Method Detail
-
applyCSSProperty
public boolean applyCSSProperty(java.lang.Object element, java.lang.String property, org.w3c.dom.css.CSSValue value, java.lang.String pseudo, org.eclipse.e4.ui.css.core.engine.CSSEngine engine) throws java.lang.Exception- Specified by:
applyCSSPropertyin interfaceorg.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler- Throws:
java.lang.Exception
-
applyCSSPropertyFont
private void applyCSSPropertyFont(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value) throws java.lang.Exception- Throws:
java.lang.Exception
-
applyCSSPropertyStyle
private boolean applyCSSPropertyStyle(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value) throws java.lang.Exception- Throws:
java.lang.Exception
-
applyFont
private void applyFont(org.eclipse.swt.widgets.Control widget, org.eclipse.swt.graphics.FontData fd)
-
applyCSSPropertySize
private boolean applyCSSPropertySize(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value) throws java.lang.Exception- Throws:
java.lang.Exception
-
applyCSSPropertyWeight
private boolean applyCSSPropertyWeight(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value) throws java.lang.Exception- Throws:
java.lang.Exception
-
applyCSSPropertyFamily
private boolean applyCSSPropertyFamily(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value) throws java.lang.Exception- Throws:
java.lang.Exception
-
retrieveCSSProperty
public java.lang.String retrieveCSSProperty(java.lang.Object element, java.lang.String property, java.lang.String pseudo, org.eclipse.e4.ui.css.core.engine.CSSEngine engine) throws java.lang.Exception- Specified by:
retrieveCSSPropertyin interfaceorg.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler- Throws:
java.lang.Exception
-
-