Uses of Class
jfxtras.icalendarfx.components.VDisplayable
Packages that use VDisplayable
Package
Description
-
Uses of VDisplayable in jfxtras.icalendarfx.components
Subclasses of VDisplayable in jfxtras.icalendarfx.componentsModifier and TypeClassDescriptionclassclassVEVENT 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.classVJOURNAL Journal Component RFC 5545, 3.6.3, page 57 A "VJOURNAL" calendar component is a grouping of component properties that represent one or more descriptive text notes associated with a particular calendar date.classVLocatable<T>classVTODO To-Do Component RFC 5545, 3.6.2, page 55 A "VTODO" calendar component is a grouping of component properties and possibly "VALARM" calendar components that represent an action-item or assignment.Methods in jfxtras.icalendarfx.components that return VDisplayableMethods in jfxtras.icalendarfx.components that return types with arguments of type VDisplayableModifier and TypeMethodDescriptionList<VDisplayable<?>> VDisplayable.orphanedRecurrenceChildren()returns list of orphaned recurrence components due to a change.List<VDisplayable<?>> VDisplayable.recurrenceChildren()Constructors in jfxtras.icalendarfx.components with parameters of type VDisplayable -
Uses of VDisplayable in jfxtras.scene.control.agenda.icalendar.editors.deleters
Classes in jfxtras.scene.control.agenda.icalendar.editors.deleters with type parameters of type VDisplayableModifier and TypeClassDescriptionclassDeleterDisplayable<T, U extends VDisplayable<?>>Handles deleting recurrences of aVDisplayable(e.g. -
Uses of VDisplayable in jfxtras.scene.control.agenda.icalendar.editors.revisors
Classes in jfxtras.scene.control.agenda.icalendar.editors.revisors with type parameters of type VDisplayableModifier and TypeClassDescriptionclassReviserDisplayable<T, U extends VDisplayable<U>>Handles revising one or all recurrences of aVDisplayable -
Uses of VDisplayable in jfxtras.scene.control.agenda.icalendar.factories
Methods in jfxtras.scene.control.agenda.icalendar.factories that return VDisplayableModifier and TypeMethodDescriptionVDisplayable<?> DefaultVComponentFactory.createVComponent(Agenda.Appointment appointment) abstract VDisplayable<?> VComponentFactory.createVComponent(R recurrence) Create VComponent from a recurrence.Methods in jfxtras.scene.control.agenda.icalendar.factories with parameters of type VDisplayableModifier and TypeMethodDescriptionRecurrenceFactory.makeRecurrences(VDisplayable<?> vComponent) Makes recurrences from aVDisplayableRecurrences are made betweenRecurrenceFactory.getStartRange()andRecurrenceFactory.getEndRange()