| Package | Description |
|---|---|
| org.squashtest.tm.domain.library.structures |
| Modifier and Type | Method and Description |
|---|---|
LibraryTree.TreeNodePair |
LibraryTree.newPair()
Returns a new instance of a TreeNodePair.
|
LibraryTree.TreeNodePair |
LibraryTree.newPair(IDENT parentKey,
T child)
An initializing version of
LibraryTree.newPair(). |
| Modifier and Type | Method and Description |
|---|---|
void |
LibraryTree.addNode(LibraryTree.TreeNodePair newPair)
Given a TreeNodePair (see documentation of the inner class for details), will add the child node to the tree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LibraryTree.addNodes(List<LibraryTree.TreeNodePair> unsortedFlatTree)
Accepts a list of TreeNodePair and will add all the nodes in that list (see TreeNodePair and TreeNode).
|
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.