|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TreeNode
The design paradigm and class name used within have been taken directly
from the javax.swing package has been retro-fitted to work with the
NextApp Echo web framework.
This file was made part of the EchoPoint project on the 25/07/2002.
| Method Summary | |
|---|---|
Enumeration<TreeNode> |
children()
|
String |
getActionCommand()
|
boolean |
getAllowsChildren()
|
TreeNode |
getChildAt(int childIndex)
Returns the child TreeNode at index childIndex. |
int |
getChildCount()
|
int |
getIndex(TreeNode node)
Returns the index of node in the receivers children. |
TreeNode |
getParent()
|
boolean |
isLeaf()
|
| Method Detail |
|---|
Enumeration<TreeNode> children()
String getActionCommand()
boolean getAllowsChildren()
true if the receiver allows children.TreeNode getChildAt(int childIndex)
TreeNode at index childIndex.
childIndex - The index into the children at which the child exists.
int getChildCount()
TreeNodes the receiver contains.int getIndex(TreeNode node)
node in the receivers children. If the
receiver does not contain node, -1 will be returned.
node - The node whose index is to be returned.
TreeNode getParent()
TreeNode of the receiver.boolean isLeaf()
true if the receiver is a leaf.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||