Class Utils.SashWrapper

java.lang.Object
com.biglybt.ui.swt.Utils.SashWrapper
Enclosing class:
Utils

public static class Utils.SashWrapper extends Object
  • Field Details

    • parent

      private org.eclipse.swt.widgets.Composite parent
    • sash

      private org.eclipse.swt.widgets.Sash sash
    • form

      private org.eclipse.swt.widgets.Composite form
    • child1

      private org.eclipse.swt.widgets.Composite child1
    • child2

      private org.eclipse.swt.widgets.Composite child2
    • child1Data

      private org.eclipse.swt.layout.FormData child1Data
    • child2Data

      private org.eclipse.swt.layout.FormData child2Data
    • bottomHidden

      private boolean bottomHidden
    • savedPCT

      private Double savedPCT
  • Constructor Details

    • SashWrapper

      private SashWrapper(org.eclipse.swt.widgets.Composite _parent, String config_key, int ref_pct)
  • Method Details

    • setBottomVisible

      public void setBottomVisible(boolean vis)
    • getChildren

      public org.eclipse.swt.widgets.Composite[] getChildren()