Package | Description |
---|---|
org.xwiki.tree |
Modifier and Type | Interface and Description |
---|---|
interface |
Tree
The interface used to represent a tree structure.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositeTree
Base class for representing a composite tree, where each type of node is handled by a separate component.
|
class |
AbstractTree
Base class for representing a tree structure.
|
class |
AbstractTreeNode
Base class for representing a node in a tree structure.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,TreeNode> |
AbstractCompositeTree.treeNodeByNodeType |
Modifier and Type | Method and Description |
---|---|
protected TreeNode |
AbstractCompositeTree.getTreeNode(String nodeId) |
Copyright © 2004–2021 XWiki. All rights reserved.