Class DateChooser.DateChooserLayout

java.lang.Object
org.eclipse.swt.widgets.Layout
org.eclipse.nebula.widgets.datechooser.DateChooser.DateChooserLayout
Enclosing class:
DateChooser

protected class DateChooser.DateChooserLayout
extends org.eclipse.swt.widgets.Layout
Calendar grid specific layout.
  • Constructor Summary

    Constructors 
    Modifier Constructor Description
    protected DateChooserLayout()  
  • Method Summary

    Modifier and Type Method Description
    protected void compute()  
    protected org.eclipse.swt.graphics.Point computeSize​(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean flushCache)  
    protected void layout​(org.eclipse.swt.widgets.Composite composite, boolean flushCache)  

    Methods inherited from class org.eclipse.swt.widgets.Layout

    flushCache

    Methods inherited from class java.lang.Object

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

  • Method Details

    • compute

      protected void compute()
    • computeSize

      protected org.eclipse.swt.graphics.Point computeSize​(org.eclipse.swt.widgets.Composite composite, int wHint, int hHint, boolean flushCache)
      Specified by:
      computeSize in class org.eclipse.swt.widgets.Layout
    • layout

      protected void layout​(org.eclipse.swt.widgets.Composite composite, boolean flushCache)
      Specified by:
      layout in class org.eclipse.swt.widgets.Layout