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 TreeNodePathTreeNodePath. append(String childName)Returns aTreeNodePathobject that was created by appending the first child node of the current target node with the given name to this path.TreeNodePathTreeNodePath. append(String childName, int index)Returns aTreeNodePathobject that was created by appending the specified child node of the current target node to this path.TreeNodePathTreeNodePath. append(org.apache.commons.configuration.tree.ConfigurationNode node)Returns aTreeNodePathobject that was created by appending the specifiedConfigurationNodeto this path.TreeNodePathTreeExpansionEvent. getPath()Returns the path to the node whose state has changed.TreeNodePathTreeHandler. getSelectedPath()Returns the path to the selected node.TreeNodePath[]TreeHandler. getSelectedPaths()Returns an array with the paths to all selected nodes.TreeNodePathTreeNodePath. 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 voidTreeHandler. addSelectedPath(TreeNodePath path)Adds the specified path to the selection of the tree.voidTreeHandler. collapse(TreeNodePath path)Collapses the node specified by the given path.voidTreeHandler. expand(TreeNodePath path)Expands the node specified by the given path.voidTreeHandler. 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 ofTreeExpansionEventand initializes it.
-