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