Class LayoutableLayout

java.lang.Object
org.eclipse.swt.widgets.Layout
com.diffplug.common.swt.widgets.LayoutableLayout

public abstract class LayoutableLayout extends Layout
A Layout which allows anyone to call its layout method manually.
  • Constructor Details

    • LayoutableLayout

      public LayoutableLayout()
  • Method Details

    • layout

      public abstract void layout(Composite composite, boolean flushCache)
      Specified by:
      layout in class Layout