aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Setting Leaf in the JTree (Urgent) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Setting Leaf in the JTree (Urgent)" Watch "Setting Leaf in the JTree (Urgent)" New topic
Author

Setting Leaf in the JTree (Urgent)

gautam100
Greenhorn

Joined: Jul 03, 2001
Posts: 1
Hi,
I am having two different type of nodes
1.which are always leaf i.e. can not have children.
2. Which can have children and may be leaf.
So i want to distinguish these 2 type of nodes so that the user may know which can have children and which can not. This difference can be either with a color or icon or anything. I have set setAllowsChildren(true/false), correspondingly also.DefaultTreeCellRenderer won't work ciz that too will set the color of all the leaves same.
SO
if anybody can help me out, i'll be thankful
regards
Gautam
Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
"gautam100",
The Java Ranch has thousands of visitors every week, many with surprisingly similar names. To avoid confusion we have a naming convention, described at http://www.javaranch.com/name.jsp . We require names to have at least two words, separated by a space, and strongly recommend that you use your full real name. Please log in with a new name which meets the requirements.
Thanks.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Setting Leaf in the JTree (Urgent)
 
Similar Threads
Associating a DataTable for a node of a rich tree
GOF Question (Composite vs Flyweight)
Setting Leaf in the JTree
JTree Leaf Node Folder
Directory nodes