Class DefaultVComponentFactory
java.lang.Object
jfxtras.scene.control.agenda.icalendar.factories.VComponentFactory<Agenda.Appointment>
jfxtras.scene.control.agenda.icalendar.factories.DefaultVComponentFactory
Default factory to create a
VDisplayable from Agenda.Appointment- Author:
- David Bal
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultVComponentFactory(Organizer organizer, Callback<Void, String> uidGeneratorCallback) -
Method Summary
Modifier and TypeMethodDescriptionVDisplayable<?> createVComponent(Agenda.Appointment appointment) Create VComponent from a recurrence.
-
Constructor Details
-
DefaultVComponentFactory
-
-
Method Details
-
createVComponent
Description copied from class:VComponentFactoryCreate VComponent from a recurrence. The recurrence is tested to determine which type of VComponent should be created, such as VEVENT or VTODO- Specified by:
createVComponentin classVComponentFactory<Agenda.Appointment>- Parameters:
appointment- - recurrence as basis for VComponent- Returns:
- - new VComponent
-