Uses of Class
jfxtras.icalendarfx.components.VFreeBusy
Packages that use VFreeBusy
Package
Description
-
Uses of VFreeBusy in jfxtras.icalendarfx
Methods in jfxtras.icalendarfx that return types with arguments of type VFreeBusyModifier and TypeMethodDescriptionVCalendar.getVFreeBusies()VFREEBUSY: RFC 5545 iCalendar 3.6.4. page 59Methods 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. page 59 A "VFREEBUSY" calendar component is a grouping of component properties that represents either a request for free or busy time information, a reply to a request for free or busy time information, or a published set of busy time information.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. page 59 A "VFREEBUSY" calendar component is a grouping of component properties that represents either a request for free or busy time information, a reply to a request for free or busy time information, or a published set of busy time information.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