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
Subclasses with type arguments of type VEvent in jfxtras.icalendarfx.componentsModifier and TypeClassDescriptionclassVEVENT Event Component RFC 5545, 3.6.1, page 52 Description: A "VEVENT" calendar component is a grouping of component properties, possibly including "VALARM" calendar components, that represents a scheduled amount of time on a calendar.Classes in jfxtras.icalendarfx.components that implement interfaces with type arguments of type VEventModifier and TypeClassDescriptionclassVEVENT Event Component RFC 5545, 3.6.1, page 52 Description: A "VEVENT" calendar component is a grouping of component properties, possibly including "VALARM" calendar components, that represents a scheduled amount of time on a calendar.classVEVENT Event Component RFC 5545, 3.6.1, page 52 Description: A "VEVENT" calendar component is a grouping of component properties, possibly including "VALARM" calendar components, that represents a scheduled amount of time on a calendar.classVEVENT Event Component RFC 5545, 3.6.1, page 52 Description: A "VEVENT" calendar component is a grouping of component properties, possibly including "VALARM" calendar components, that represents a scheduled amount of time on a calendar.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
Subclasses with type arguments of type VEvent in jfxtras.scene.control.agenda.icalendar.editors.deletersConstructors in jfxtras.scene.control.agenda.icalendar.editors.deleters with parameters of type VEvent -
Uses of VEvent in jfxtras.scene.control.agenda.icalendar.editors.revisors
Subclasses with type arguments of type VEvent in jfxtras.scene.control.agenda.icalendar.editors.revisorsMethods 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