Uses of Enum Class
org.tentackle.fx.NotificationBuilder.CloseButtonMode
Packages that use NotificationBuilder.CloseButtonMode
-
Uses of NotificationBuilder.CloseButtonMode in org.tentackle.fx
Methods in org.tentackle.fx that return NotificationBuilder.CloseButtonModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static NotificationBuilder.CloseButtonMode[]NotificationBuilder.CloseButtonMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.tentackle.fx with parameters of type NotificationBuilder.CloseButtonModeModifier and TypeMethodDescriptionDefaultNotificationBuilder.closeButton(NotificationBuilder.CloseButtonMode closeButtonMode) NotificationBuilder.closeButton(NotificationBuilder.CloseButtonMode closeButtonMode) Sets the close button mode.