Class NatTableCSSHandler
java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.e4.css.NatTableCSSHandler
- All Implemented Interfaces:
org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler,org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler2
public class NatTableCSSHandler
extends Object
implements org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler, org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanapplyCSSProperty(Object element, String property, CSSValue value, String pseudo, org.eclipse.e4.ui.css.core.engine.CSSEngine engine) voidonAllCSSPropertiesApplyed(Object element, org.eclipse.e4.ui.css.core.engine.CSSEngine engine, String pseudo) retrieveCSSProperty(Object control, String property, String pseudo, org.eclipse.e4.ui.css.core.engine.CSSEngine engine) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler2
onAllCSSPropertiesApplyed
-
Constructor Details
-
NatTableCSSHandler
public NatTableCSSHandler()
-
-
Method Details
-
applyCSSProperty
public boolean applyCSSProperty(Object element, String property, CSSValue value, String pseudo, org.eclipse.e4.ui.css.core.engine.CSSEngine engine) throws Exception - Specified by:
applyCSSPropertyin interfaceorg.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler- Throws:
Exception
-
retrieveCSSProperty
public String retrieveCSSProperty(Object control, String property, String pseudo, org.eclipse.e4.ui.css.core.engine.CSSEngine engine) throws Exception - Specified by:
retrieveCSSPropertyin interfaceorg.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler- Throws:
Exception
-
onAllCSSPropertiesApplyed
public void onAllCSSPropertiesApplyed(Object element, org.eclipse.e4.ui.css.core.engine.CSSEngine engine, String pseudo) throws Exception - Specified by:
onAllCSSPropertiesApplyedin interfaceorg.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler2- Throws:
Exception
-