Package | Description |
---|---|
net.sf.jguiraffe.gui.builder.components.model |
In this package interfaces for specialized component handlers can be found.
|
Modifier and Type | Method and Description |
---|---|
TreeNodePath |
TreeNodePath.append(org.apache.commons.configuration.tree.ConfigurationNode node)
Returns a
TreeNodePath object that was created by appending the
specified ConfigurationNode to this path. |
TreeNodePath |
TreeNodePath.append(String childName)
Returns a
TreeNodePath 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 a
TreeNodePath object that was created by appending the
specified child node of the current target node 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 this
TreeNodePath . |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
TreeExpansionEvent(Object source,
TreeHandler handler,
String name,
TreeExpansionEvent.Type type,
TreeNodePath path)
Creates a new instance of
TreeExpansionEvent and initializes
it. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.