|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.swing.components.tree.TreeExpander.TreeRow
public static class TreeExpander.TreeRow
Wrapper for nodes that can be expanded.
| Constructor Summary | |
|---|---|
TreeExpander.TreeRow()
|
|
| Method Summary | |
|---|---|
void |
addRow(TreeExpander.TreeRow row)
Add an existing expander. |
void |
addRow(javax.swing.tree.TreeNode node)
Add a new row to the expander. |
boolean |
containsNode(javax.swing.tree.TreeNode node)
Check if the expander contains a node. |
javax.swing.tree.TreeNode[] |
getNodes()
Get the nodes that can be expanded. |
int |
getRowSum()
Get the number of rows that will be display, if the nodes are expanded. |
boolean |
hasNodes(javax.swing.tree.TreeNode[] nodes)
Check if the expander contains a list of nodes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TreeExpander.TreeRow()
| Method Detail |
|---|
public void addRow(javax.swing.tree.TreeNode node)
node - The node to addpublic void addRow(TreeExpander.TreeRow row)
row - The existing expanderpublic javax.swing.tree.TreeNode[] getNodes()
TreeNode objectspublic int getRowSum()
public boolean containsNode(javax.swing.tree.TreeNode node)
node - The node to check for
public boolean hasNodes(javax.swing.tree.TreeNode[] nodes)
nodes - The nodes to check for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||