Uses of Enum Class
io.github.palexdev.materialfx.enums.NotificationCounterStyle
Packages that use NotificationCounterStyle
Package
Description
-
Uses of NotificationCounterStyle in io.github.palexdev.materialfx.builders.control
Methods in io.github.palexdev.materialfx.builders.control with parameters of type NotificationCounterStyleModifier and TypeMethodDescriptionNotificationCenterBuilder.setCounterStyle(NotificationCounterStyle counterStyle) -
Uses of NotificationCounterStyle in io.github.palexdev.materialfx.controls
Methods in io.github.palexdev.materialfx.controls that return NotificationCounterStyleModifier and TypeMethodDescriptionMFXNotificationCenter.getCounterStyle()Gets the value of the property counterStyle.Methods in io.github.palexdev.materialfx.controls that return types with arguments of type NotificationCounterStyleModifier and TypeMethodDescriptionMFXNotificationCenter.counterStyleProperty()Specifies the style of the unread counter.Methods in io.github.palexdev.materialfx.controls with parameters of type NotificationCounterStyleModifier and TypeMethodDescriptionvoidMFXNotificationCenter.setCounterStyle(NotificationCounterStyle counterStyle) Sets the value of the property counterStyle. -
Uses of NotificationCounterStyle in io.github.palexdev.materialfx.enums
Methods in io.github.palexdev.materialfx.enums that return NotificationCounterStyleModifier and TypeMethodDescriptionstatic NotificationCounterStyleReturns the enum constant of this class with the specified name.static NotificationCounterStyle[]NotificationCounterStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.