|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface MutableSimpleNodeInterface
MutableSimpleNodeInterface is an interface which defines methods for modifying a hierarchy of SimpleNodeInterface objects.
| Method Summary | |
|---|---|
abstract void |
addNodeChild(SimpleNodeInterface childNode,
int index)
Adds a child at index. |
abstract boolean |
isExternalUpdateSupported()
|
abstract void |
moveNodeChild(int startIndex,
int endIndex)
Moves the child at startIndex to endIndex. |
abstract void |
removeAllNodeChildren()
Removes all children. |
abstract void |
removeNodeChild(int index)
Removes the child at index. |
abstract void |
removeNodeChild(SimpleNodeInterface childNode)
Removes childNode from the current node. |
| Method Detail |
|---|
void addNodeChild(SimpleNodeInterface childNode,
int index)
childNode - the child to addindex - the position at which to add the childvoid removeNodeChild(SimpleNodeInterface childNode)
childNode - the child to removevoid removeNodeChild(int index)
index - the position at which to remove the childvoid removeAllNodeChildren()
void moveNodeChild(int startIndex,
int endIndex)
startIndex - the current position of the childendIndex - the new position of the childboolean isExternalUpdateSupported()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||