Uses of Class
jfxtras.icalendarfx.utilities.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in jfxtras.icalendarfx
Fields in jfxtras.icalendarfx with type parameters of type PairMethods in jfxtras.icalendarfx that return types with arguments of type Pair -
Uses of Pair in jfxtras.icalendarfx.components
Method parameters in jfxtras.icalendarfx.components with type arguments of type PairModifier and TypeMethodDescriptionvoidVFreeBusy.setFreeBusyTime(List<Pair<ZonedDateTime, TemporalAmount>> freeBusyTime) VFreeBusy.withFreeBusyTime(List<Pair<ZonedDateTime, TemporalAmount>> freeBusyTime) -
Uses of Pair in jfxtras.icalendarfx.properties.component.time
Fields in jfxtras.icalendarfx.properties.component.time with type parameters of type PairModifier and TypeFieldDescriptionstatic final StringConverter<List<Pair<ZonedDateTime,TemporalAmount>>> FreeBusyTime.CONVERTERConstructor parameters in jfxtras.icalendarfx.properties.component.time with type arguments of type Pair -
Uses of Pair in jfxtras.icalendarfx.utilities
Methods in jfxtras.icalendarfx.utilities that return types with arguments of type PairModifier and TypeMethodDescriptionICalendarUtilities.parseInlineElementsToListPair(String propertyLine) parse property content line into a parameter name/value map content line must have the property name stripped off the front For example, for the content line DTEND;TZID=Etc/GMT:20160306T103000Z the propertyLine must be ;TZID=Etc/GMT:20160306T103000Z