- 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 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
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
-