This project has retired. For details please refer to its
Attic page.
DefaultTreeModel.TreeNode (Cocoon Forms Block Implementation 1.1.0 API)
org.apache.cocoon.forms.formmodel.tree
Interface DefaultTreeModel.TreeNode
- All Known Implementing Classes:
- DefaultTreeModel.DefaultTreeNode
- Enclosing interface:
- DefaultTreeModel
- public static interface DefaultTreeModel.TreeNode
getChildren
public Collection getChildren()
isLeaf
public boolean isLeaf()
getChildKey
public String getChildKey(Object child)
getChild
public Object getChild(String key)
Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.