Uses of Enum Class
jfxtras.scene.control.agenda.icalendar.editors.ChangeDialogOption
Packages that use ChangeDialogOption
Package
Description
-
Uses of ChangeDialogOption in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour
Subclasses with type arguments of type ChangeDialogOption in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hourModifier and TypeClassDescriptionclassDialog that can be either an edit or a delete choice dialog.Fields in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour with type parameters of type ChangeDialogOptionModifier and TypeFieldDescription(package private) javafx.scene.control.ComboBox<ChangeDialogOption> ComponentChangeDialog.comboBoxstatic final javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> DeleteChoiceDialog.DELETE_DIALOG_CALLBACKCallback to produce an edit choice dialog based on the options in the input argument choices.static final javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> DeleteChoiceDialog.DELETE_DIALOG_CALLBACKCallback to produce an edit choice dialog based on the options in the input argument choices.static final javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> EditChoiceDialog.EDIT_DIALOG_CALLBACKCallback to produce an edit choice dialog based on the options in the input argument choices.static final javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> EditChoiceDialog.EDIT_DIALOG_CALLBACKCallback to produce an edit choice dialog based on the options in the input argument choices.static final javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> EditWithRecurrencesChoiceDialog.EDIT_DIALOG_CALLBACKCallback to produce an edit choice dialog based on the options in the input argument choices.static final javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> EditWithRecurrencesChoiceDialog.EDIT_DIALOG_CALLBACKCallback to produce an edit choice dialog based on the options in the input argument choices.static final Map<ChangeDialogOption, String> Settings.REPEAT_CHANGE_CHOICESMethods in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour that return types with arguments of type ChangeDialogOptionModifier and TypeMethodDescriptionprivate static Map<ChangeDialogOption, String> Settings.defaultRepeatChangeChoicesMap()Methods in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour with parameters of type ChangeDialogOptionModifier and TypeMethodDescriptionprivate voidEditWithRecurrencesChoiceDialog.handleRecurrenceCheckBoxVisibility(javafx.scene.control.CheckBox includeRecurrenceCheckBox, ChangeDialogOption newValue) Constructor parameters in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour with type arguments of type ChangeDialogOptionModifierConstructorDescriptionComponentChangeDialog(Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>> choiceMap, ResourceBundle resources) DeleteChoiceDialog(Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>> choiceList, ResourceBundle resources) EditChoiceDialog(Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>> choiceList, ResourceBundle resources) EditWithRecurrencesChoiceDialog(Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>> choiceList, ResourceBundle resources) -
Uses of ChangeDialogOption in jfxtras.scene.control.agenda.icalendar.editors
Subclasses with type arguments of type ChangeDialogOption in jfxtras.scene.control.agenda.icalendar.editorsModifier and TypeClassDescriptionenumOptions available when editing or deleting a repeatable appointment.Methods in jfxtras.scene.control.agenda.icalendar.editors that return ChangeDialogOptionModifier and TypeMethodDescriptionstatic ChangeDialogOptionReturns the enum constant of this class with the specified name.static ChangeDialogOption[]ChangeDialogOption.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfxtras.scene.control.agenda.icalendar.editors that return types with arguments of type ChangeDialogOptionModifier 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 affects -
Uses of ChangeDialogOption in jfxtras.scene.control.agenda.icalendar.editors.deleters
Fields in jfxtras.scene.control.agenda.icalendar.editors.deleters with type parameters of type ChangeDialogOptionModifier and TypeFieldDescriptionprivate javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> DeleterDisplayable.dialogCallbackprivate javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> DeleterDisplayable.dialogCallbackMethods in jfxtras.scene.control.agenda.icalendar.editors.deleters that return types with arguments of type ChangeDialogOptionModifier and TypeMethodDescriptionjavafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> DeleterDisplayable.getDialogCallback()Gets the value of the dialog callback to prompt the user to select delete optionjavafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> DeleterDisplayable.getDialogCallback()Gets the value of the dialog callback to prompt the user to select delete optionMethod parameters in jfxtras.scene.control.agenda.icalendar.editors.deleters with type arguments of type ChangeDialogOptionModifier and TypeMethodDescriptionstatic DeleterSimpleDeleterFactory.newDeleter(VComponent vComponent, javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> changeDialogCallback, Temporal startOriginalRecurrence) static DeleterSimpleDeleterFactory.newDeleter(VComponent vComponent, javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> changeDialogCallback, Temporal startOriginalRecurrence) voidDeleterDisplayable.setDialogCallback(javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> dialogCallback) Sets the value of the dialog callback to prompt the user to select delete optionvoidDeleterDisplayable.setDialogCallback(javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> dialogCallback) Sets the value of the dialog callback to prompt the user to select delete optionDeleterDisplayable.withDialogCallback(javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> dialogCallback) Sets the value of the dialog callback to prompt the user to select delete option and returns this class for chainingDeleterDisplayable.withDialogCallback(javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> dialogCallback) Sets the value of the dialog callback to prompt the user to select delete option and returns this class for chaining -
Uses of ChangeDialogOption in jfxtras.scene.control.agenda.icalendar.editors.revisors
Fields in jfxtras.scene.control.agenda.icalendar.editors.revisors with type parameters of type ChangeDialogOptionModifier and TypeFieldDescriptionprivate javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> ReviserDisplayable.dialogCallbackprivate javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> ReviserDisplayable.dialogCallbackMethods in jfxtras.scene.control.agenda.icalendar.editors.revisors that return types with arguments of type ChangeDialogOptionModifier and TypeMethodDescriptionjavafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> ReviserDisplayable.getDialogCallback()Gets the value of the dialog callback to prompt the user to select revision optionjavafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> ReviserDisplayable.getDialogCallback()Gets the value of the dialog callback to prompt the user to select revision optionMethod parameters in jfxtras.scene.control.agenda.icalendar.editors.revisors with type arguments of type ChangeDialogOptionModifier and TypeMethodDescriptionvoidReviserDisplayable.setDialogCallback(javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> dialogCallback) Sets the value of the dialog callback to prompt the user to select revision optionvoidReviserDisplayable.setDialogCallback(javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> dialogCallback) Sets the value of the dialog callback to prompt the user to select revision optionReviserDisplayable.withDialogCallback(javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> dialogCallback) Sets the value of the dialog callback to prompt the user to select revision optionReviserDisplayable.withDialogCallback(javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> dialogCallback) Sets the value of the dialog callback to prompt the user to select revision option