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.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 TypeClassDescriptionclassEditDescriptiveVBox<T extends VDisplayable<T>>Base controller for editing descriptive properties in aVDisplayablecomponent.classEditDisplayableTabPane<T extends VDisplayable<T>,U extends EditDescriptiveVBox<T>> Base TabPane that contains two tabs for editing descriptive properties and for editing aRecurrenceRule.classEditRecurrenceRuleVBox<T extends VDisplayable<T>>VBox containing controls to edit theRecurrenceRulein aVDisplayable.Fields in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup declared as VDisplayableModifier and TypeFieldDescription(package private) TEditRecurrenceRuleVBox.vComponent(package private) TEditDisplayableTabPane.vComponentCopy(package private) TEditDescriptiveVBox.vComponentEdited(package private) TEditDisplayableTabPane.vComponentOriginalMethods in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup with parameters of type VDisplayableModifier and TypeMethodDescriptionprivate booleanEditRecurrenceRuleVBox.isSupported(VDisplayable<?> vComponent) private voidEditRecurrenceRuleVBox.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.appointmentVComponentMapMethods 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 TypeClassDescriptionclassDeleterDisplayable<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 TypeClassDescriptionclassReviserDisplayable<T,U extends VDisplayable<U>> Handles revising one or all recurrences of aVDisplayableFields in jfxtras.scene.control.agenda.icalendar.editors.revisors declared as VDisplayableModifier and TypeFieldDescriptionprivate UReviserDisplayable.vComponentEditedCopyprivate UReviserDisplayable.vComponentOriginalMethods 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.AppointmentDefaultRecurrenceFactory.makeRecurrence(VDisplayable<?> vComponent, Temporal startTemporal) MakeAgenda.AppointmentImplTemporalfromVDisplayable(package private) abstract RRecurrenceFactory.makeRecurrence(VDisplayable<?> vComponent, Temporal startTemporal) Strategy to make Recurrence from VComponent and start TemporalRecurrenceFactory.makeRecurrences(VDisplayable<?> vComponent) Makes recurrences from aVDisplayableRecurrences are made betweenRecurrenceFactory.getStartRange()andRecurrenceFactory.getEndRange()