| Modifier and Type | Field and Description |
|---|---|
protected boolean |
allowsChildren |
protected Vector |
children |
protected boolean |
isLeaf |
protected BalanceGroupsNode |
parent |
| Constructor and Description |
|---|
BalanceGroupsNode() |
BalanceGroupsNode(BalanceGroupsNode p,
Object[] s) |
BalanceGroupsNode(BalanceGroupsNode p,
String[] s,
Vector c) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(BalanceGroupsNode child) |
Object[] |
childArray() |
Enumeration |
children() |
Object[] |
data() |
boolean |
equals(Object other)
compare fields - not references
|
boolean |
getAllowsChildren() |
TreeNode |
getChildAt(int childIndex) |
int |
getChildCount() |
int |
getIndex(TreeNode node) |
TreeNode |
getParent() |
boolean |
isLeaf() |
void |
setDataAt(String s,
int i) |
void |
setIsNotLeaf()
set 'isLeaf' status to 'false'
|
String |
toString() |
protected BalanceGroupsNode parent
protected Vector children
protected boolean allowsChildren
protected boolean isLeaf
public BalanceGroupsNode()
public BalanceGroupsNode(BalanceGroupsNode p, Object[] s)
public BalanceGroupsNode(BalanceGroupsNode p, String[] s, Vector c)
public void setIsNotLeaf()
public boolean equals(Object other)
public void addChild(BalanceGroupsNode child)
public Object[] data()
public void setDataAt(String s, int i)
public TreeNode getChildAt(int childIndex)
getChildAt in interface TreeNodepublic int getChildCount()
getChildCount in interface TreeNodepublic boolean getAllowsChildren()
getAllowsChildren in interface TreeNodepublic Enumeration children()
public Object[] childArray()
Copyright © 2003, 2023, Oracle and/or its affiliates.