Uses of Class
jfxtras.icalendarfx.components.VFreeBusy
Packages that use VFreeBusy
Package
Description
-
Uses of VFreeBusy in jfxtras.icalendarfx
Fields in jfxtras.icalendarfx with type parameters of type VFreeBusyMethods in jfxtras.icalendarfx that return types with arguments of type VFreeBusyModifier and TypeMethodDescriptionVCalendar.getVFreeBusies()
VFREEBUSY: RFC 5545 iCalendar 3.6.4.Methods in jfxtras.icalendarfx with parameters of type VFreeBusyMethod parameters in jfxtras.icalendarfx with type arguments of type VFreeBusyModifier and TypeMethodDescriptionvoid
VCalendar.setVFreeBusys
(List<VFreeBusy> vFreeBusys) VCalendar.withVFreeBusies
(List<VFreeBusy> vFreeBusys) -
Uses of VFreeBusy in jfxtras.icalendarfx.components
Methods in jfxtras.icalendarfx.components that return VFreeBusyModifier and TypeMethodDescriptionstatic VFreeBusy
Creates a new VFreeBusy calendar component by parsing a String of iCalendar content linesVFreeBusy.withContact
(String contact) VFreeBusy.withContact
(Contact contact) VFreeBusy.withFreeBusyTime
(String freeBusyTime) VFreeBusy.withFreeBusyTime
(List<Pair<ZonedDateTime, TemporalAmount>> freeBusyTime) VFreeBusy.withFreeBusyTime
(FreeBusyTime freeBusyTime) Methods in jfxtras.icalendarfx.components that return types with arguments of type VFreeBusyConstructors in jfxtras.icalendarfx.components with parameters of type VFreeBusy -
Uses of VFreeBusy in jfxtras.scene.control.agenda.icalendar.editors.revisors
Constructors in jfxtras.scene.control.agenda.icalendar.editors.revisors with parameters of type VFreeBusy