Class MultiSplitLayout.Leaf

    • Constructor Detail

      • Leaf

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

        public Leaf​(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:
        IllegalArgumentException - if name is null
    • Method Detail

      • setName

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