Uses of Class
net.sf.jguiraffe.gui.builder.components.model.TreeNodePath
-
Packages that use TreeNodePath Package Description net.sf.jguiraffe.gui.builder.components.model In this package interfaces for specialized component handlers can be found. -
-
Uses of TreeNodePath in net.sf.jguiraffe.gui.builder.components.model
Methods in net.sf.jguiraffe.gui.builder.components.model that return TreeNodePath Modifier and Type Method Description TreeNodePath
TreeNodePath. append(String childName)
Returns aTreeNodePath
object that was created by appending the first child node of the current target node with the given name to this path.TreeNodePath
TreeNodePath. append(String childName, int index)
Returns aTreeNodePath
object that was created by appending the specified child node of the current target node to this path.TreeNodePath
TreeNodePath. append(org.apache.commons.configuration.tree.ConfigurationNode node)
Returns aTreeNodePath
object that was created by appending the specifiedConfigurationNode
to this path.TreeNodePath
TreeExpansionEvent. getPath()
Returns the path to the node whose state has changed.TreeNodePath
TreeHandler. getSelectedPath()
Returns the path to the selected node.TreeNodePath[]
TreeHandler. getSelectedPaths()
Returns an array with the paths to all selected nodes.TreeNodePath
TreeNodePath. parentPath()
Returns the parent path of thisTreeNodePath
.Methods in net.sf.jguiraffe.gui.builder.components.model with parameters of type TreeNodePath Modifier and Type Method Description void
TreeHandler. addSelectedPath(TreeNodePath path)
Adds the specified path to the selection of the tree.void
TreeHandler. collapse(TreeNodePath path)
Collapses the node specified by the given path.void
TreeHandler. expand(TreeNodePath path)
Expands the node specified by the given path.void
TreeHandler. setSelectedPath(TreeNodePath path)
Sets a single selected node.Constructors in net.sf.jguiraffe.gui.builder.components.model with parameters of type TreeNodePath Constructor Description TreeExpansionEvent(Object source, TreeHandler handler, String name, TreeExpansionEvent.Type type, TreeNodePath path)
Creates a new instance ofTreeExpansionEvent
and initializes it.
-