Class LayoutableLayout


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void layout​(Composite composite, boolean flushCache)  
      • Methods inherited from class java.lang.Object

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

      • LayoutableLayout

        public LayoutableLayout()
    • Method Detail

      • layout

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