Class SwtLightLayout


  • public class SwtLightLayout
    extends org.eclipse.swt.widgets.Layout
    Bridges the native SWT layout process into light controls layouting.
    • Constructor Detail

      • SwtLightLayout

        public SwtLightLayout​(ILightLayout lightLayout)
        Instantiates a new SWT light layout.
        Parameters:
        lightLayout - the light layout to bridge the calls to.
    • Method Detail

      • 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
      • flushCache

        protected boolean flushCache​(org.eclipse.swt.widgets.Control control)
        Overrides:
        flushCache in class org.eclipse.swt.widgets.Layout