I would like to copy a TreeItem in javafx.
Each node of the tree has more than two leaves. I would like to copy the whole tree. I need a deep copy of that tree. Please help me. Thank you
I am working with TreeView and TreeItem
I would like to copy a TreeItem in javafx.
Each node of the tree has more than two leaves. I would like to copy the whole tree. I need a deep copy of that tree. Please help me. Thank you
I am working with TreeView and TreeItem
How about using this pattern: