Modifier and Type | Method and Description |
---|---|
String |
getNodePath()
Return a path which uniquely describes this child.
|
Parent |
getParent()
The parent of this child
|
void |
remove() |
Child |
setParent(Parent parent)
Change the parent of this child.
|
Parent getParent()
Child setParent(Parent parent)
CAUTION: If the child is already attached to a parent, this
call will not detach the old relation! You
must call child.getParent().removeNode (child)
,
first!
String getNodePath()
void remove()
Copyright © 2008–2021. All rights reserved.