forked from eclipse-archived/reddeer
-
Notifications
You must be signed in to change notification settings - Fork 1
Tree
mlabuda edited this page Feb 17, 2014
·
5 revisions
- Tree / AbstractTree
- DefaultTree

Look up a tree
Tree tree = new DefaultTree();Get all tree items
List<TreeItem> items = tree.getAllItems();Select tree items item1 and item2
tree.selectItems(item1, item2);Unselect all items
tree.unselectAllItems();JBoss Red Deer - Quick Links
- Home
- [Release notes] (/jboss-reddeer/reddeer/wiki/Release-notes)
- Articles
- JavaDoc
- User guide
- Contributor Guide
- FAQ