Class SplitPane

    • Field Detail

      • SPLITTER_WIDTH

        public static int SPLITTER_WIDTH
      • _iOrientation

        protected int _iOrientation
      • _iPosition

        protected double _iPosition
      • _pane1

        protected JPanel _pane1
      • _pane2

        protected JPanel _pane2
      • _splitter

        protected editor.splitpane.SplitPane.Splitter _splitter
    • Method Detail

      • clearTop

        public void clearTop()
      • setBottom

        public void setBottom​(JComponent c)
      • getSplitterWidth

        protected int getSplitterWidth()
      • getOrientation

        public int getOrientation()
      • setOrientation

        public void setOrientation​(int iOrientation)
      • getPosition

        public double getPosition()
      • setPosition

        public void setPosition​(double iPos)
      • addActionListener

        public void addActionListener​(ActionListener l)