Class CDateTimePropertyHandler

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

    public class CDateTimePropertyHandler
    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 void applyCSSPropertyFamily​(org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value, boolean picker)  
      private void applyCSSPropertyFont​(org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value, boolean picker)  
      private void applyCSSPropertySize​(org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value, boolean picker)  
      private void applyCSSPropertyStyle​(org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value, boolean picker)  
      private void applyCSSPropertyWeight​(org.eclipse.swt.widgets.Control widget, org.w3c.dom.css.CSSValue value, boolean picker)  
      private void applyFont​(org.eclipse.swt.widgets.Control widget, org.eclipse.swt.graphics.FontData fd)  
      private void applyFontForPicker​(CDateTime 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

      • CDateTimePropertyHandler

        public CDateTimePropertyHandler()
    • 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​(org.eclipse.swt.widgets.Control widget,
                                          org.w3c.dom.css.CSSValue value,
                                          boolean picker)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • applyCSSPropertyStyle

        private void applyCSSPropertyStyle​(org.eclipse.swt.widgets.Control widget,
                                           org.w3c.dom.css.CSSValue value,
                                           boolean picker)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • applyFont

        private void applyFont​(org.eclipse.swt.widgets.Control widget,
                               org.eclipse.swt.graphics.FontData fd)
      • applyFontForPicker

        private void applyFontForPicker​(CDateTime widget,
                                        org.eclipse.swt.graphics.FontData fd)
      • applyCSSPropertySize

        private void applyCSSPropertySize​(org.eclipse.swt.widgets.Control widget,
                                          org.w3c.dom.css.CSSValue value,
                                          boolean picker)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • applyCSSPropertyWeight

        private void applyCSSPropertyWeight​(org.eclipse.swt.widgets.Control widget,
                                            org.w3c.dom.css.CSSValue value,
                                            boolean picker)
                                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • applyCSSPropertyFamily

        private void applyCSSPropertyFamily​(org.eclipse.swt.widgets.Control widget,
                                            org.w3c.dom.css.CSSValue value,
                                            boolean picker)
                                     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