Uses of Class
jfxtras.icalendarfx.components.VEvent
Packages that use VEvent
Package
Description
-
Uses of VEvent in jfxtras.icalendarfx
Methods in jfxtras.icalendarfx that return types with arguments of type VEventModifier and TypeMethodDescriptionVCalendar.getVEvents()VEVENT: RFC 5545 iCalendar 3.6.1. page 52 A grouping of component properties that describe an event.Methods in jfxtras.icalendarfx with parameters of type VEventMethod parameters in jfxtras.icalendarfx with type arguments of type VEventModifier and TypeMethodDescriptionvoidVCalendar.setVEvents(List<VEvent> vEvents) VCalendar.withVEvents(List<VEvent> vEvents) -
Uses of VEvent in jfxtras.icalendarfx.components
Methods in jfxtras.icalendarfx.components that return VEventModifier and TypeMethodDescriptionstatic VEventCreates a new VEvent calendar component by parsing a String of iCalendar content linesVEvent.withTimeTransparency(String timeTransparency) VEvent.withTimeTransparency(TimeTransparency timeTransparency) VEvent.withTimeTransparency(TimeTransparency.TimeTransparencyType timeTransparencyType) Methods in jfxtras.icalendarfx.components that return types with arguments of type VEventConstructors in jfxtras.icalendarfx.components with parameters of type VEvent -
Uses of VEvent in jfxtras.icalendarfx.utilities
Methods in jfxtras.icalendarfx.utilities with parameters of type VEventModifier and TypeMethodDescriptionstatic StringDateTimeUtilities.checkScheduleConflict(VEvent vEvent, List<VEvent> vEvents) Check if schedule conflict exists forevents using default check quantityinvalid reference
OPAQUEstatic StringDateTimeUtilities.checkScheduleConflict(VEvent vEvent, List<VEvent> vEvents, int checkQuantity) Check if schedule conflict exists forevents.invalid reference
OPAQUEMethod parameters in jfxtras.icalendarfx.utilities with type arguments of type VEventModifier and TypeMethodDescriptionstatic StringDateTimeUtilities.checkScheduleConflict(VEvent vEvent, List<VEvent> vEvents) Check if schedule conflict exists forevents using default check quantityinvalid reference
OPAQUEstatic StringDateTimeUtilities.checkScheduleConflict(VEvent vEvent, List<VEvent> vEvents, int checkQuantity) Check if schedule conflict exists forevents.invalid reference
OPAQUE -
Uses of VEvent in jfxtras.scene.control.agenda.icalendar.editors.deleters
Constructors in jfxtras.scene.control.agenda.icalendar.editors.deleters with parameters of type VEvent -
Uses of VEvent in jfxtras.scene.control.agenda.icalendar.editors.revisors
Methods in jfxtras.scene.control.agenda.icalendar.editors.revisors with parameters of type VEventModifier and TypeMethodDescriptionvoidReviserVEvent.adjustDateTime(VEvent vComponentEditedCopy) Adjust start and end date/timeConstructors in jfxtras.scene.control.agenda.icalendar.editors.revisors with parameters of type VEvent