Package | Description |
---|---|
org.jboss.dashboard.ui.config | |
org.jboss.dashboard.ui.config.treeNodes |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNode |
Modifier and Type | Method and Description |
---|---|
TreeNode |
TreeNode.getAncestor(String lookfortype)
Determine the first ancestor with given class name
|
TreeNode |
AbstractNode.getAncestor(String ancestorNodeClassName) |
TreeNode |
TreeNode.getAncestorForLevel(int ancestorLevel)
Get ancestor for given level
|
TreeNode |
AbstractNode.getAncestorForLevel(int ancestorLevel) |
TreeNode |
TreeStatus.getLastEditedNode(Tree tree)
Get the edited node.
|
TreeNode |
DefaultTreeStatus.getLastEditedNode(Tree tree) |
TreeNode[] |
ConfigurationTree.getMainNodes() |
abstract TreeNode[] |
AbstractTree.getMainNodes() |
TreeNode |
AbstractTree.getNodeByPath(String path) |
TreeNode |
Tree.getNodeByPath(String path)
Get a TreeNode given its path.
|
TreeNode[] |
AbstractTree.getNodesByPath(String path)
Get all TreeNodes given their path.
|
TreeNode[] |
Tree.getNodesByPath(String path)
Get all TreeNodes given their path.
|
TreeNode |
TreeNode.getParent()
Get the parent node if it exists
|
TreeNode |
AbstractNode.getParent() |
protected TreeNode |
AbstractTree.getSubnodeById(String id) |
protected TreeNode |
AbstractNode.getSubnodeById(String id) |
TreeNode |
TreeNode.getSubNodeByPath(String path)
Get a subnode by its path
|
TreeNode |
AbstractNode.getSubNodeByPath(String path) |
TreeNode[] |
AbstractNode.getSubnodes() |
protected TreeNode |
AbstractNode.listChildrenById(String id)
Get a children node by its id.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TreeStatus.collapse(TreeNode t)
Mark given node as collapsed
|
boolean |
DefaultTreeStatus.collapse(TreeNode node) |
boolean |
TreeStatus.edit(TreeNode t)
Mark given node as edited
|
boolean |
DefaultTreeStatus.edit(TreeNode node) |
boolean |
TreeStatus.expand(TreeNode t)
Mark given node as expanded
|
boolean |
DefaultTreeStatus.expand(TreeNode node) |
boolean |
CompactTreeStatus.expand(TreeNode node) |
boolean |
TreeStatus.isEdited(TreeNode t)
Indicates if a node is currently expanded
|
boolean |
DefaultTreeStatus.isEdited(TreeNode node) |
boolean |
TreeStatus.isExpanded(TreeNode t)
Indicates if a node is currently expanded
|
boolean |
DefaultTreeStatus.isExpanded(TreeNode node) |
boolean |
TreeStatus.isSelected(TreeNode t)
Indicates if a node is currently selected
|
boolean |
DefaultTreeStatus.isSelected(TreeNode node) |
boolean |
TreeStatus.select(TreeNode t)
Mark given node as selected
|
boolean |
DefaultTreeStatus.select(TreeNode node) |
void |
AbstractNode.setParent(TreeNode parent) |
void |
AbstractNode.setSubnodes(TreeNode[] subnodes) |
boolean |
TreeStatus.unedit(TreeNode t)
Mark given node as unedited
|
boolean |
DefaultTreeStatus.unedit(TreeNode node) |
boolean |
TreeStatus.unselect(TreeNode t)
Mark given node as unselected
|
boolean |
DefaultTreeStatus.unselect(TreeNode node) |
Modifier and Type | Method and Description |
---|---|
protected TreeNode |
SectionsNode.listChildrenById(String id) |
protected TreeNode |
PanelsNode.listChildrenById(String id) |
protected TreeNode |
SectionNode.listChildrenById(String id) |
protected TreeNode |
WorkspacesNode.listChildrenById(String id) |
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.