public class Country extends NamedNode implements TreeNode
| Constructor and Description |
|---|
Country() |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Company> |
children() |
boolean |
getAllowsChildren() |
TreeNode |
getChildAt(int childIndex) |
int |
getChildCount() |
List<Company> |
getCompanies() |
int |
getIndex(TreeNode node) |
TreeNode |
getParent() |
boolean |
isLeaf() |
public TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodepublic int getChildCount()
getChildCount in interface TreeNodepublic boolean getAllowsChildren()
getAllowsChildren in interface TreeNodepublic Enumeration<Company> children()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.