Class Utils.SashWrapper2

  • Enclosing class:
    Utils

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

      Fields 
      Modifier and Type Field Description
      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 java.lang.String config_key  
      private org.eclipse.swt.widgets.Composite form  
      (package private) int MIN_BOTTOM_HEIGHT  
      private org.eclipse.swt.widgets.Composite parent  
      private org.eclipse.swt.widgets.Sash sash  
      (package private) int SASH_WIDTH  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SashWrapper2​(org.eclipse.swt.widgets.Composite _parent, java.lang.String _config_key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.swt.widgets.Composite[] getChildren()  
      private void resize()  
      void setDefaultBottomHeight​(int height)  
      • Methods inherited from class java.lang.Object

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

      • MIN_BOTTOM_HEIGHT

        int MIN_BOTTOM_HEIGHT
      • parent

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

        private java.lang.String config_key
      • 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
    • Constructor Detail

      • SashWrapper2

        private SashWrapper2​(org.eclipse.swt.widgets.Composite _parent,
                             java.lang.String _config_key)
    • Method Detail

      • resize

        private void resize()
      • setDefaultBottomHeight

        public void setDefaultBottomHeight​(int height)
      • getChildren

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