Package | Description |
---|---|
com.unitesk.requality.core |
The main core package for using in other packages.
|
com.unitesk.requality.tools |
Modifier and Type | Method and Description |
---|---|
SortingSettings |
TreeDB.getSortingSettings() |
static SortingSettings |
SortingSettings.init(SortingSettings.SortingMethod m,
boolean separate) |
static SortingSettings |
TreeDB.loadSettings(TreeNode node) |
Modifier and Type | Method and Description |
---|---|
static java.util.Comparator<TreeNode> |
TreeNodeComparator.getComparator(SortingSettings settings) |
static java.util.Comparator<TreeNode> |
TreeNodeComparator.getGComparator(SortingSettings settings) |
void |
TreeDB.setSortingMethod(SortingSettings sortingSettings,
boolean save) |
Modifier and Type | Field and Description |
---|---|
static SortingSettings |
Index.DEFAULT_INDEX_SORTING |