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
Subclasses with type arguments of type FrequencyType in jfxtras.icalendarfx.properties.component.recurrence.rruleModifier and TypeClassDescriptionclassFREQUENCY FREQ RFC 5545 iCalendar 3.3.10 p40 The FREQ rule part identifies the type of recurrence rule.enumFields in jfxtras.icalendarfx.properties.component.recurrence.rrule with type parameters of type FrequencyTypeModifier and TypeFieldDescriptionprivate static Map<String, FrequencyType> FrequencyType.propertyFromNameMapMethods in jfxtras.icalendarfx.properties.component.recurrence.rrule that return FrequencyTypeModifier and TypeMethodDescriptionstatic FrequencyTypeFrequencyType.propertyFromName(String propertyName) get enum from namestatic FrequencyTypeReturns 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 TypeMethodDescriptionvoidRecurrenceRuleValue.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_FREQUENCIESstatic final Map<FrequencyType, String> Settings.REPEAT_FREQUENCIES_PLURALstatic final Map<FrequencyType, String> Settings.REPEAT_FREQUENCIES_SINGULARMethods 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.frequencyComboBoxprivate final javafx.beans.value.ChangeListener<? super FrequencyType> EditRecurrenceRuleVBox.frequencyListenerMethods in jfxtras.internal.scene.control.skin.agenda.icalendar.base24hour.popup with parameters of type FrequencyTypeModifier and TypeMethodDescriptionprivate voidEditRecurrenceRuleVBox.setFrequencyVisibility(FrequencyType f)