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 TypeMethodDescriptionvoidVCalendar.setVFreeBusys(List<VFreeBusy> vFreeBusys) VCalendar.withVFreeBusies(List<VFreeBusy> vFreeBusys) -
Uses of VFreeBusy in jfxtras.icalendarfx.components
Subclasses with type arguments of type VFreeBusy in jfxtras.icalendarfx.componentsModifier and TypeClassDescriptionclassVFREEBUSY Free/Busy Component RFC 5545 iCalendar 3.6.4.Classes in jfxtras.icalendarfx.components that implement interfaces with type arguments of type VFreeBusyModifier and TypeClassDescriptionclassVFREEBUSY Free/Busy Component RFC 5545 iCalendar 3.6.4.Methods in jfxtras.icalendarfx.components that return VFreeBusyModifier and TypeMethodDescriptionstatic VFreeBusyCreates 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