Module jfxtras.icalendaragenda
Class DefaultRecurrenceFactory
java.lang.Object
jfxtras.scene.control.agenda.icalendar.factories.RecurrenceFactory<Agenda.Appointment>
jfxtras.scene.control.agenda.icalendar.factories.DefaultRecurrenceFactory
Default factory to create
Agenda.AppointmentImplTemporal
for Agenda
-
Property Summary
Properties inherited from class jfxtras.scene.control.agenda.icalendar.factories.RecurrenceFactory
endRange, startRange
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultRecurrenceFactory
(Collection<Agenda.AppointmentGroup> appointmentGroups) -
Method Summary
Modifier and TypeMethodDescription(package private) Agenda.Appointment
makeRecurrence
(VDisplayable<?> vComponent, Temporal startTemporal) MakeAgenda.AppointmentImplTemporal
fromVDisplayable
Methods inherited from class jfxtras.scene.control.agenda.icalendar.factories.RecurrenceFactory
endRangeProperty, getEndRange, getStartRange, makeRecurrences, setEndRange, setStartRange, startRangeProperty
-
Field Details
-
appointmentGroups
-
-
Constructor Details
-
DefaultRecurrenceFactory
-
-
Method Details
-
makeRecurrence
MakeAgenda.AppointmentImplTemporal
fromVDisplayable
- Specified by:
makeRecurrence
in classRecurrenceFactory<Agenda.Appointment>
-