|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SParented
This is the interface for all objects that have a parent. This include SO and SA
Method Summary | |
---|---|
SParented |
myParent()
Returns the parent of this object, if this object is part of a tree. |
void |
newParent(SParented newParent)
changes the parent of this object. |
Method Detail |
---|
SParented myParent()
void newParent(SParented newParent)
newParent
- the new parent object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |