Package ipsk.swing

Class JMultiSplitPane.Division

  • Enclosing class:
    JMultiSplitPane

    public class JMultiSplitPane.Division
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Division​(java.awt.Component c)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Component getComponent()  
      double getWeight()  
      void setWeight​(double weight)  
      • Methods inherited from class java.lang.Object

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

      • Division

        public Division​(java.awt.Component c)
    • Method Detail

      • getWeight

        public double getWeight()
      • setWeight

        public void setWeight​(double weight)
      • getComponent

        public java.awt.Component getComponent()