|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LibraryTree.TreeNodePair | |
|---|---|
| org.squashtest.csp.tm.domain.library.structures | |
| Uses of LibraryTree.TreeNodePair in org.squashtest.csp.tm.domain.library.structures |
|---|
| Methods in org.squashtest.csp.tm.domain.library.structures that return LibraryTree.TreeNodePair | |
|---|---|
LibraryTree.TreeNodePair |
LibraryTree.newPair()
Returns a new instance of a TreeNodePair. |
LibraryTree.TreeNodePair |
LibraryTree.newPair(Long parentKey,
T child)
An initializing version of LibraryTree.newPair(). |
| Methods in org.squashtest.csp.tm.domain.library.structures that return types with arguments of type LibraryTree.TreeNodePair | |
|---|---|
protected List<LibraryTree.TreeNodePair> |
LibraryTree.sortData(List<LibraryTree.TreeNodePair> unsortedData)
This method accepts a list of TreeNodePair and returns the sorted version of that list. |
| Methods in org.squashtest.csp.tm.domain.library.structures with parameters of type LibraryTree.TreeNodePair | |
|---|---|
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. |
| Method parameters in org.squashtest.csp.tm.domain.library.structures with type arguments of type LibraryTree.TreeNodePair | |
|---|---|
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). |
protected List<LibraryTree.TreeNodePair> |
LibraryTree.sortData(List<LibraryTree.TreeNodePair> unsortedData)
This method accepts a list of TreeNodePair and returns the sorted version of that list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||