Interface Orderer
- All Known Implementing Classes:
OrdererBase
-
Method Summary
Modifier and TypeMethodDescriptionList of children in proper order Orphaned children are automatically removed Non-ordered children are includedvoidorderChild(int index, VChild newChild) Add the next child to the listvoidorderChild(VChild newChild) Add the next child to the listbooleanreplaceChild(VChild oldChild, VChild newChild) Replace oldChild with newChild in ordered list
-
Method Details
-
childrenUnmodifiable
-
orderChild
Add the next child to the list -
orderChild
Add the next child to the list -
replaceChild
-