interface GloopParent<C>
used by UI trees to work out whether a node can have children
<
- C >Type | Name and description |
---|---|
java.lang.Object |
parent |
Type Params | Return Type | Name and description |
---|---|---|
|
abstract void |
addChild(C child, int index) |
|
abstract boolean |
allowsChildren() |
|
abstract java.util.List<C> |
children() |
|
abstract java.lang.Object |
getParent() |
|
abstract void |
remove(int index) |
|
abstract void |
removeChild(C child) |
|
abstract void |
setParent(java.lang.Object parent) |