- All Known Implementing Classes:
OrdererBase
public interface Orderer
-
Method Summary
Modifier and TypeMethodDescriptionList of children in proper order Orphaned children are automatically removed Non-ordered children are includedvoid
orderChild
(int index, VChild newChild) Add the next child to the listvoid
orderChild
(VChild newChild) Add the next child to the listboolean
replaceChild
(VChild oldChild, VChild newChild) Replace oldChild with newChild in ordered list
-
Method Details
-
childrenUnmodifiable
List of children in proper order Orphaned children are automatically removed Non-ordered children are included -
orderChild
Add the next child to the list -
orderChild
Add the next child to the list -
replaceChild
Replace oldChild with newChild in ordered list- Returns:
- true if success, false if failure
-