Class TreeBehavior.TreeItem

    • Constructor Detail

      • TreeItem

        public TreeItem​(String label,
                        String type,
                        int numOfChilds)
      • TreeItem

        public TreeItem​(String label,
                        String uuid,
                        String type,
                        int numOfChilds)
    • Method Detail

      • getUuid

        public String getUuid()
      • setUuid

        public void setUuid​(String uuid)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • isExpanded

        public boolean isExpanded()
      • setExpanded

        public void setExpanded​(boolean expanded)