Uses of Class
ch.swingfx.twinkle.manager.NotificationManagers
-
Packages that use NotificationManagers Package Description ch.swingfx.twinkle.manager -
-
Uses of NotificationManagers in ch.swingfx.twinkle.manager
Methods in ch.swingfx.twinkle.manager that return NotificationManagers Modifier and Type Method Description static NotificationManagers
NotificationManagers. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NotificationManagers[]
NotificationManagers. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-