Return-Path: Delivered-To: apmail-pivot-user-archive@www.apache.org Received: (qmail 13957 invoked from network); 11 Feb 2010 21:50:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2010 21:50:48 -0000 Received: (qmail 80024 invoked by uid 500); 11 Feb 2010 21:50:48 -0000 Delivered-To: apmail-pivot-user-archive@pivot.apache.org Received: (qmail 80012 invoked by uid 500); 11 Feb 2010 21:50:47 -0000 Mailing-List: contact user-help@pivot.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@pivot.apache.org Delivered-To: mailing list user@pivot.apache.org Received: (qmail 80003 invoked by uid 99); 11 Feb 2010 21:50:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 21:50:47 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rpiotrowski@azonic.net designates 74.125.78.27 as permitted sender) Received: from [74.125.78.27] (HELO ey-out-2122.google.com) (74.125.78.27) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Feb 2010 21:50:39 +0000 Received: by ey-out-2122.google.com with SMTP id 25so34214eya.31 for ; Thu, 11 Feb 2010 13:50:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.109.203 with SMTP id k11mr379889ebp.47.1265925014767; Thu, 11 Feb 2010 13:50:14 -0800 (PST) X-Originating-IP: [216.203.32.132] In-Reply-To: References: <68dcbc7a1002111307k3e004566te506d3242952b0b1@mail.gmail.com> Date: Thu, 11 Feb 2010 15:50:14 -0600 Message-ID: <68dcbc7a1002111350n223f1745y3a0e2054c4f65b58@mail.gmail.com> Subject: Re: Sequence.Tree.Path -> TreeNode From: Robert Piotrowski To: user@pivot.apache.org Content-Type: multipart/alternative; boundary=000e0ce0d792d14747047f5a2247 --000e0ce0d792d14747047f5a2247 Content-Type: text/plain; charset=ISO-8859-1 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 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 > > > > --000e0ce0d792d14747047f5a2247 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Yep.=A0 I finally found the get method for Sequence.Tree.


I have= the UserDataDictionary working too on my custom treenodes.=A0 Great stuff.=

Thanks a lot.

Bob


On T= hu, Feb 11, 2010 at 3:22 PM, Greg Brown <gkbrown@mac.com> wrote:
Try:

=A0TreeNode treeNode =3D (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 :
>
> =A0 =A0 =A0 public void nodeCheckStateChanged(TreeView treeView, Seque= nce.Tree.Path path, TreeView.NodeCheckState previousCheckState)
>
> to the TreeNode.
>
> How do I make that leap?
>
>
> Thanks,
>
> Bob
>


--000e0ce0d792d14747047f5a2247--