|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHierarchyParent
This interface describes the methods for support configuration parent/child relationships.
| Field Summary | |
|---|---|
static java.lang.String |
_rcsid
|
| Method Summary | |
|---|---|
void |
addChild(int index,
ConfigurationNode child)
Add child at specified position. |
ConfigurationNode |
findChild(int index)
Get child n. |
int |
getChildCount()
Get child count. |
void |
removeChild(int index)
Remove child n. |
| Field Detail |
|---|
static final java.lang.String _rcsid
| Method Detail |
|---|
int getChildCount()
ConfigurationNode findChild(int index)
index - is the child number.
void removeChild(int index)
index - is the child to remove.
void addChild(int index,
ConfigurationNode child)
index - is the position to add the child.child - is the child to add.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||