| 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(Long parentKey,
T child)
An initializing version of
LibraryTree.newPair(). |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| 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).
|
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.
|
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.