Yep. I finally found the get method for Sequence.Tree.
I have the UserDataDictionary working too on my custom treenodes. Great stuff. Thanks a lot. Bob On Thu, Feb 11, 2010 at 3:22 PM, Greg Brown <[email protected]> wrote: > Try: > > TreeNode treeNode = (TreeNode)Sequence.Tree.get(treeView.getTreeData(), > path); > > G > > On Feb 11, 2010, at 4:07 PM, Robert Piotrowski wrote: > > > Hello, > > > > I'm trying to get from : > > > > public void nodeCheckStateChanged(TreeView treeView, > Sequence.Tree.Path path, TreeView.NodeCheckState previousCheckState) > > > > to the TreeNode. > > > > How do I make that leap? > > > > > > Thanks, > > > > Bob > > > >
