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
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.comboBox
static final javafx.util.Callback
<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> DeleteChoiceDialog.DELETE_DIALOG_CALLBACK
Callback 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_CALLBACK
Callback 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_CALLBACK
Callback 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_CALLBACK
Callback 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_CALLBACK
Callback 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_CALLBACK
Callback to produce an edit choice dialog based on the options in the input argument choices.static final Map
<ChangeDialogOption, String> Settings.REPEAT_CHANGE_CHOICES
Methods 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 void
EditWithRecurrencesChoiceDialog.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
Methods in jfxtras.scene.control.agenda.icalendar.editors that return ChangeDialogOptionModifier and TypeMethodDescriptionstatic ChangeDialogOption
Returns 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.dialogCallback
private javafx.util.Callback
<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> DeleterDisplayable.dialogCallback
Methods 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 Deleter
SimpleDeleterFactory.newDeleter
(VComponent vComponent, javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> changeDialogCallback, Temporal startOriginalRecurrence) static Deleter
SimpleDeleterFactory.newDeleter
(VComponent vComponent, javafx.util.Callback<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> changeDialogCallback, Temporal startOriginalRecurrence) void
DeleterDisplayable.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 optionvoid
DeleterDisplayable.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.dialogCallback
private javafx.util.Callback
<Map<ChangeDialogOption, javafx.util.Pair<Temporal, Temporal>>, ChangeDialogOption> ReviserDisplayable.dialogCallback
Methods 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 TypeMethodDescriptionvoid
ReviserDisplayable.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 optionvoid
ReviserDisplayable.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