Uses of Enum Class
org.tquadrat.foundation.fx.control.TimeSlider.Granularity
Packages that use TimeSlider.Granularity
-
Uses of TimeSlider.Granularity in org.tquadrat.foundation.fx.control
Subclasses with type arguments of type TimeSlider.Granularity in org.tquadrat.foundation.fx.controlModifier and TypeClassDescriptionstatic enumThe granularity for theTimeSlider.private static final classAn implementation ofStyleConverterfor theTimeSlider.Granularity.Fields in org.tquadrat.foundation.fx.control with type parameters of type TimeSlider.GranularityModifier and TypeFieldDescriptionstatic final CssMetaData<TimeSlider, TimeSlider.Granularity> TimeSlider.StyleableProperties.GRANULARITYThe CSS attribute forGRANULARITY.private final StyleableObjectProperty<TimeSlider.Granularity> TimeSlider.m_GranularityPropertyThe property that holds the granularity for theTimeSlider.Methods in org.tquadrat.foundation.fx.control that return TimeSlider.GranularityModifier and TypeMethodDescriptionfinal TimeSlider.GranularityTimeSlider.GranularityConverter.convert(ParsedValue<String, TimeSlider.Granularity> value, Font font) final TimeSlider.GranularityTimeSlider.getGranularity()Returns the granularity for the time slider.static TimeSlider.GranularityReturns the enum constant of this class with the specified name.static TimeSlider.Granularity[]TimeSlider.Granularity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tquadrat.foundation.fx.control that return types with arguments of type TimeSlider.GranularityModifier and TypeMethodDescriptionTimeSlider.granularityProperty()Returns a reference to the property that holds the granularity for theTimeSlider.Methods in org.tquadrat.foundation.fx.control with parameters of type TimeSlider.GranularityModifier and TypeMethodDescriptionfinal voidTimeSlider.setGranularity(TimeSlider.Granularity granularity) Sets the granularity for thisTimeSlider.Method parameters in org.tquadrat.foundation.fx.control with type arguments of type TimeSlider.GranularityModifier and TypeMethodDescriptionfinal TimeSlider.GranularityTimeSlider.GranularityConverter.convert(ParsedValue<String, TimeSlider.Granularity> value, Font font)
