Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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)  
      private boolean applyCSSPropertyFamily​(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value)  
      private void applyCSSPropertyFont​(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value)  
      private boolean applyCSSPropertySize​(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value)  
      private boolean applyCSSPropertyStyle​(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value)  
      private boolean applyCSSPropertyWeight​(java.lang.Object element, org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value)  
      private void applyFont​(org.eclipse.swt.widgets.Control widget, org.eclipse.swt.graphics.FontData fd)  
      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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TableComboPropertyHandler

        public TableComboPropertyHandler()
    • 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:
        applyCSSProperty in interface org.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:
        retrieveCSSProperty in interface org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler
        Throws:
        java.lang.Exception