Class VStackLayout


  • public class VStackLayout
    extends VLayout
    • Field Detail

      • defaultControl

        private VControl defaultControl
      • topControl

        private VControl topControl
    • Constructor Detail

      • VStackLayout

        public VStackLayout()
    • Method Detail

      • computeSize

        protected org.eclipse.swt.graphics.Point computeSize​(VPanel panel,
                                                             int wHint,
                                                             int hHint,
                                                             boolean flushCache)
        Specified by:
        computeSize in class VLayout
      • layout

        protected void layout​(VPanel panel,
                              boolean flushCache)
        Specified by:
        layout in class VLayout
      • setDefault

        public void setDefault​(VControl control,
                               boolean override)
      • setTopControl

        public void setTopControl​(VControl control)
      • setTopControl

        public void setTopControl​(VControl control,
                                  int duration)