|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentNode | |
---|---|
com.atlassian.confluence.pages |
Uses of ContentNode in com.atlassian.confluence.pages |
---|
Methods in com.atlassian.confluence.pages that return ContentNode | |
---|---|
ContentNode |
ContentNode.getParent()
|
Methods in com.atlassian.confluence.pages that return types with arguments of type ContentNode | |
---|---|
java.util.List<ContentNode> |
ContentTree.getAllContentNodes()
|
java.util.List<ContentNode> |
ContentNode.getChildren()
|
java.util.List<ContentNode> |
ContentTree.getRootNodes()
|
Methods in com.atlassian.confluence.pages with parameters of type ContentNode | |
---|---|
void |
ContentNode.addChild(ContentNode contentNode)
|
void |
ContentTree.addRootNode(ContentNode contentNode)
|
boolean |
ContentTree.isRootNode(ContentNode node)
|
void |
ContentNode.removeChild(ContentNode node)
|
void |
ContentTree.removeNode(ContentNode contentNode)
|
void |
ContentNode.setParent(ContentNode parent)
|
Method parameters in com.atlassian.confluence.pages with type arguments of type ContentNode | |
---|---|
void |
ContentNode.addChildren(java.util.List<ContentNode> children)
|
void |
ContentNode.setChildren(java.util.List<ContentNode> children)
|
Constructors in com.atlassian.confluence.pages with parameters of type ContentNode | |
---|---|
ContentTree(ContentNode rootNode)
Create a ContentTree with only a single root nodel |
Constructor parameters in com.atlassian.confluence.pages with type arguments of type ContentNode | |
---|---|
ContentTree(java.util.List<ContentNode> rootContentNodes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |