Class Utils.SashWrapper

  • Enclosing class:
    Utils

    public static class Utils.SashWrapper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean bottomHidden  
      private org.eclipse.swt.widgets.Composite child1  
      private org.eclipse.swt.layout.FormData child1Data  
      private org.eclipse.swt.widgets.Composite child2  
      private org.eclipse.swt.layout.FormData child2Data  
      private org.eclipse.swt.widgets.Composite form  
      private org.eclipse.swt.widgets.Composite parent  
      private org.eclipse.swt.widgets.Sash sash  
      private java.lang.Double savedPCT  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SashWrapper​(org.eclipse.swt.widgets.Composite _parent, java.lang.String config_key, int ref_pct)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.swt.widgets.Composite[] getChildren()  
      void setBottomVisible​(boolean vis)  
      • Methods inherited from class java.lang.Object

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

      • 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 java.lang.Double savedPCT
    • Constructor Detail

      • SashWrapper

        private SashWrapper​(org.eclipse.swt.widgets.Composite _parent,
                            java.lang.String config_key,
                            int ref_pct)
    • Method Detail

      • setBottomVisible

        public void setBottomVisible​(boolean vis)
      • getChildren

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