Havusport
Results
1
comments of
Havusport
How to refresh a node from outside the adapter. Just save a reference to your root node when creating the tree. `for (TreeNode n : root.getChildren())` `{` `YourAdapter adapter =...