Re: Tree Node Selection Events

2004-12-22 Thread Gregg Bolinger
Thanks a lot. That is a big help. Gregg Adrien FOURES wrote: // build a class which implement treeSelectionListener(catche event when you select a node) // build a class which implement iconProvider (update image of a node) public class Tree1Action implements TreeSelectionListener{ public Tr

Re: Tree Node Selection Events

2004-12-22 Thread Adrien FOURES
// build a class which implement treeSelectionListener(catche event when you select a node) // build a class which implement iconProvider (update image of a node) public class Tree1Action implements TreeSelectionListener{ public Tree1Action(){ super(); this.init(); } pu

Tree Node Selection Events

2004-12-21 Thread Gregg Bolinger
I can't seem to find any documentation on how to handle node selection events with the Tree component. Does anyone have any information on this? Thanks. Gregg