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 TypeClassDescriptionclass
class
VEVENT 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.class
VJOURNAL 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.class
VLocatable<T>
class
VTODO 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.internal.scene.control.skin.agenda.icalendar.base24hour.popup
Classes in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup with type parameters of type VDisplayableModifier and TypeClassDescriptionclass
EditDescriptiveVBox<T extends VDisplayable<T>>
Base controller for editing descriptive properties in aVDisplayable
component.class
EditDisplayableTabPane<T extends VDisplayable<T>,
U extends EditDescriptiveVBox<T>> Base TabPane that contains two tabs for editing descriptive properties and for editing aRecurrenceRule
.class
EditRecurrenceRuleVBox<T extends VDisplayable<T>>
VBox containing controls to edit theRecurrenceRule
in aVDisplayable
.Fields in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup declared as VDisplayableModifier and TypeFieldDescription(package private) T
EditRecurrenceRuleVBox.vComponent
(package private) T
EditDisplayableTabPane.vComponentCopy
(package private) T
EditDescriptiveVBox.vComponentEdited
(package private) T
EditDisplayableTabPane.vComponentOriginal
Methods in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup with parameters of type VDisplayableModifier and TypeMethodDescriptionprivate boolean
EditRecurrenceRuleVBox.isSupported
(VDisplayable<?> vComponent) private void
EditRecurrenceRuleVBox.setInitialValues
(VDisplayable<?> vComponent) -
Uses of VDisplayable in jfxtras.scene.control.agenda.icalendar
Fields in jfxtras.scene.control.agenda.icalendar with type parameters of type VDisplayableModifier and TypeFieldDescriptionprivate final Map<Integer,
VDisplayable<?>> ICalendarAgenda.appointmentVComponentMap
Methods in jfxtras.scene.control.agenda.icalendar with parameters of type VDisplayableModifier and TypeMethodDescriptionprivate Collection<Agenda.Appointment>
ICalendarAgenda.makeAppointments
(VDisplayable<?> v) private Object[]
ICalendarAgenda.revisorParamGenerator
(VDisplayable<?> vComponent, Agenda.Appointment appointment) Generate the parameters required forSimpleRevisorFactory
-
Uses of VDisplayable in jfxtras.scene.control.agenda.icalendar.editors
Methods in jfxtras.scene.control.agenda.icalendar.editors with type parameters of type VDisplayableModifier and TypeMethodDescriptionstatic <U extends VDisplayable<U>>
Map<ChangeDialogOption,javafx.util.Pair<Temporal, Temporal>> ChangeDialogOption.makeDialogChoices
(VDisplayable<?> vComponent, Temporal startOriginalRecurrence) Produce the map of change dialog options and the date range the option affectsstatic <U extends VDisplayable<U>>
Map<ChangeDialogOption,javafx.util.Pair<Temporal, Temporal>> ChangeDialogOption.makeDialogChoices
(U vComponentOriginal, U vComponentEdited, Temporal startRecurrence, Collection<VPropertyElement> changedProperties) Produce the map of change dialog options and the date range the option affectsMethods in jfxtras.scene.control.agenda.icalendar.editors with parameters of type VDisplayableModifier and TypeMethodDescriptionstatic <U extends VDisplayable<U>>
Map<ChangeDialogOption,javafx.util.Pair<Temporal, Temporal>> ChangeDialogOption.makeDialogChoices
(VDisplayable<?> vComponent, Temporal startOriginalRecurrence) Produce the map of change dialog options and the date range the option affects -
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 TypeClassDescriptionclass
DeleterDisplayable<T,
U extends VDisplayable<?>> Handles deleting recurrences of aVDisplayable
(e.g.Fields in jfxtras.scene.control.agenda.icalendar.editors.deleters declared as VDisplayable -
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 TypeClassDescriptionclass
ReviserDisplayable<T,
U extends VDisplayable<U>> Handles revising one or all recurrences of aVDisplayable
Fields in jfxtras.scene.control.agenda.icalendar.editors.revisors declared as VDisplayableModifier and TypeFieldDescriptionprivate U
ReviserDisplayable.vComponentEditedCopy
private U
ReviserDisplayable.vComponentOriginal
Methods in jfxtras.scene.control.agenda.icalendar.editors.revisors that return types with arguments of type VDisplayableModifier and TypeMethodDescriptionprivate List<VDisplayable<?>>
ReviserDisplayable.adjustRecurrenceChildren
(Temporal startRecurrence, Temporal startOriginalRecurrence) -
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 TypeMethodDescription(package private) Agenda.Appointment
DefaultRecurrenceFactory.makeRecurrence
(VDisplayable<?> vComponent, Temporal startTemporal) MakeAgenda.AppointmentImplTemporal
fromVDisplayable
(package private) abstract R
RecurrenceFactory.makeRecurrence
(VDisplayable<?> vComponent, Temporal startTemporal) Strategy to make Recurrence from VComponent and start TemporalRecurrenceFactory.makeRecurrences
(VDisplayable<?> vComponent) Makes recurrences from aVDisplayable
Recurrences are made betweenRecurrenceFactory.getStartRange()
andRecurrenceFactory.getEndRange()