Class MultiSplitLayout.Leaf

    • Field Detail

      • name

        private java.lang.String name
    • Constructor Detail

      • Leaf

        public Leaf()
        Create a Leaf node. The default value of name is "".
      • Leaf

        public Leaf​(java.lang.String name)
        Create a Leaf node with the specified name. Name can not be null.
        Parameters:
        name - value of the Leaf's name property
        Throws:
        java.lang.IllegalArgumentException - if name is null
    • Method Detail

      • setName

        public void setName​(java.lang.String name)
        Set the value of the name property. Name may not be null.
        Parameters:
        name - value of the name property
        Throws:
        java.lang.IllegalArgumentException - if name is null
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object