Hi,

I have used tree2 in following way (when looping in tree):
...
TreeModelBase model = (TreeModelBase)this.tree.getValue();
...
model.setNodeId(nodeId);
...
TreeNode node = model.getNode();
...

In current 1.1.2 nightly build TreeModelBase.setNodeId() doesn't exist anymore, and I remember there was some discussion that some tree2 getters/setters are replaced, but I can't find it anymore...
Is there some easy way to get the old functionality? Are there some examples?
-- VLi ---

Reply via email to