Uses of Enum
com.tick42.glue.desktop.notifications.NotificationSeverity
Packages that use NotificationSeverity
-
Uses of NotificationSeverity in com.tick42.glue.desktop.notifications
Methods in com.tick42.glue.desktop.notifications that return NotificationSeverityModifier and TypeMethodDescriptionstatic NotificationSeverityReturns the enum constant of this type with the specified name.static NotificationSeverity[]NotificationSeverity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tick42.glue.desktop.notifications with parameters of type NotificationSeverityModifier and TypeMethodDescriptionNotification.raise(NotificationSeverity severity) Raises a pop-up on user's desktop with this notification for specifiedseverity.