Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RichTreeTable: Customized disclosing of nodes

anshul.zunkeJul 19 2013 — edited Jul 26 2013

Hi ,

I have a Richtree table which i want to customize such that it has a treemodel attached to it and i want to open up only a few subset of all the nodes.

For that I have set tables's value to a tree model and I am setting rowDisclosedKeys(RowKeySetImpl) as another treemodel  which is subset of the original tree. Then I am executing rowDisclosedKeys.addAll() so that it can add all the nodes of the tree to the rowkeyset. But when i try with the solution it opens up the treetable with nodes = rowDisclosedKeys.

I want it to have all the nodes but disclosed nodes should be = rowDisclosedKeys.

Help needed

This post has been answered by anshul.zunke on Jul 26 2013
Jump to Answer

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 23 2013
Added on Jul 19 2013
3 comments
546 views