Uses of Enum Class
jfxtras.icalendarfx.properties.VPropertyElement
Packages that use VPropertyElement
Package
Description
-
Uses of VPropertyElement in jfxtras.icalendarfx.properties
Fields in jfxtras.icalendarfx.properties declared as VPropertyElementFields in jfxtras.icalendarfx.properties with type parameters of type VPropertyElementModifier and TypeFieldDescriptionprivate static final Map
<Class<? extends VElement>, VPropertyElement> VPropertyElement.CLASS_MAP
Methods in jfxtras.icalendarfx.properties that return VPropertyElementModifier and TypeMethodDescriptionstatic VPropertyElement
static VPropertyElement
Returns the enum constant of this class with the specified name.static VPropertyElement[]
VPropertyElement.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfxtras.icalendarfx.properties that return types with arguments of type VPropertyElementModifier and TypeMethodDescriptionprivate static Map
<Class<? extends VElement>, VPropertyElement> VPropertyElement.makeEnumFromClassMap()
-
Uses of VPropertyElement in jfxtras.scene.control.agenda.icalendar.editors
Method parameters in jfxtras.scene.control.agenda.icalendar.editors with type arguments of type VPropertyElementModifier and TypeMethodDescriptionstatic <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 affects -
Uses of VPropertyElement in jfxtras.scene.control.agenda.icalendar.editors.revisors
Methods in jfxtras.scene.control.agenda.icalendar.editors.revisors that return types with arguments of type VPropertyElementModifier and TypeMethodDescriptionReviserDisplayable.dialogRequiredProperties()
Returned list ofVPropertyElement
values, that when changed, necessitate a user dialog to determine scope of change.ReviserLocatable.dialogRequiredProperties()
ReviserVEvent.dialogRequiredProperties()
(package private) Collection
<VPropertyElement> ReviserDisplayable.findChangedProperties
(U vComponentEditedCopy, U vComponentOriginalCopy) Generates a list ofVPropertyElement
that have changed between the original and edited VComponents.(package private) Collection
<VPropertyElement> ReviserVEvent.findChangedProperties
(VEvent vComponentEditedCopy, VEvent vComponentOriginalCopy)