java.lang.Object
jfxtras.icalendarfx.content.OrdererBase
- All Implemented Interfaces:
Orderer
-
Field Summary
Fields -
Constructor Summary
Constructors -
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 listprivate void
removeOrphans
(VChild newChild) boolean
replaceChild
(VChild oldChild, VChild newChild) Replace oldChild with newChild in ordered listtoString()
-
Field Details
-
parent
-
childGetters
-
orderedChildren
-
-
Constructor Details
-
OrdererBase
Create anOrdererBase
for theVParent
parameter
-
-
Method Details
-
childrenUnmodifiable
Description copied from interface:Orderer
List of children in proper order Orphaned children are automatically removed Non-ordered children are included- Specified by:
childrenUnmodifiable
in interfaceOrderer
-
allUnorderedChildren
-
orderChild
Description copied from interface:Orderer
Add the next child to the list- Specified by:
orderChild
in interfaceOrderer
-
removeOrphans
-
orderChild
Description copied from interface:Orderer
Add the next child to the list- Specified by:
orderChild
in interfaceOrderer
-
replaceChild
Description copied from interface:Orderer
Replace oldChild with newChild in ordered list- Specified by:
replaceChild
in interfaceOrderer
- Returns:
- true if success, false if failure
-
toString
-