Class VLayout

    • Constructor Summary

      Constructors 
      Constructor Description
      VLayout()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      protected abstract org.eclipse.swt.graphics.Point computeSize​(VPanel panel, int wHint, int hHint, boolean flushCache)  
      protected abstract void layout​(VPanel panel, boolean flushCache)  
      • Methods inherited from class java.lang.Object

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

      • VLayout

        public VLayout()
    • Method Detail

      • computeSize

        protected abstract org.eclipse.swt.graphics.Point computeSize​(VPanel panel,
                                                                      int wHint,
                                                                      int hHint,
                                                                      boolean flushCache)
      • layout

        protected abstract void layout​(VPanel panel,
                                       boolean flushCache)