Uses of Enum Class
jfxtras.icalendarfx.properties.component.recurrence.rrule.FrequencyType
Packages that use FrequencyType
Package
Description
-
Uses of FrequencyType in jfxtras.icalendarfx.properties.component.recurrence.rrule
Fields in jfxtras.icalendarfx.properties.component.recurrence.rrule with type parameters of type FrequencyTypeModifier and TypeFieldDescriptionprivate static Map<String,
FrequencyType> FrequencyType.propertyFromNameMap
Methods in jfxtras.icalendarfx.properties.component.recurrence.rrule that return FrequencyTypeModifier and TypeMethodDescriptionstatic FrequencyType
FrequencyType.propertyFromName
(String propertyName) get enum from namestatic FrequencyType
Returns the enum constant of this class with the specified name.static FrequencyType[]
FrequencyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfxtras.icalendarfx.properties.component.recurrence.rrule that return types with arguments of type FrequencyTypeModifier and TypeMethodDescriptionprivate static Map<String,
FrequencyType> FrequencyType.makePropertiesFromNameMap()
Methods in jfxtras.icalendarfx.properties.component.recurrence.rrule with parameters of type FrequencyTypeModifier and TypeMethodDescriptionvoid
RecurrenceRuleValue.setFrequency
(FrequencyType frequency) RecurrenceRuleValue.withFrequency
(FrequencyType frequency) Constructors in jfxtras.icalendarfx.properties.component.recurrence.rrule with parameters of type FrequencyType -
Uses of FrequencyType in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour
Fields in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour with type parameters of type FrequencyTypeModifier and TypeFieldDescriptionstatic final Map<FrequencyType,
String> Settings.REPEAT_FREQUENCIES
static final Map<FrequencyType,
String> Settings.REPEAT_FREQUENCIES_PLURAL
static final Map<FrequencyType,
String> Settings.REPEAT_FREQUENCIES_SINGULAR
Methods in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour that return types with arguments of type FrequencyTypeModifier and TypeMethodDescriptionprivate static Map<FrequencyType,
String> Settings.defaultRepeatFrequenciesMap()
private static Map<FrequencyType,
String> Settings.defaultRepeatFrequenciesPluralMap()
private static Map<FrequencyType,
String> Settings.defaultRepeatFrequenciesSingluarMap()
-
Uses of FrequencyType in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup
Fields in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup with type parameters of type FrequencyTypeModifier and TypeFieldDescription(package private) javafx.scene.control.ComboBox<FrequencyType>
EditRecurrenceRuleVBox.frequencyComboBox
private final javafx.beans.value.ChangeListener<? super FrequencyType>
EditRecurrenceRuleVBox.frequencyListener
Methods in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup with parameters of type FrequencyTypeModifier and TypeMethodDescriptionprivate void
EditRecurrenceRuleVBox.setFrequencyVisibility
(FrequencyType f)