Module jfxtras.icalendaragenda
Class VComponentFactory<R>
java.lang.Object
jfxtras.scene.control.agenda.icalendar.factories.VComponentFactory<R>
- Direct Known Subclasses:
DefaultVComponentFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract VDisplayable<?>
createVComponent
(R recurrence) Create VComponent from a recurrence.
-
Constructor Details
-
VComponentFactory
public VComponentFactory()
-
-
Method Details
-
createVComponent
Create VComponent from a recurrence. The recurrence is tested to determine which type of VComponent should be created, such as VEVENT or VTODO- Parameters:
recurrence
- - recurrence as basis for VComponent- Returns:
- - new VComponent
-