Class TableElementLinesHandler

  • All Implemented Interfaces:
    org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler

    public class TableElementLinesHandler
    extends Object
    implements org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler
    Handler which will change table line visibility.
    • Constructor Detail

      • TableElementLinesHandler

        public TableElementLinesHandler()
    • Method Detail

      • 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:
        applyCSSProperty in interface org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler
        Throws:
        Exception