Uses of Class
com.alee.managers.notification.NotificationStyle

Packages that use NotificationStyle
com.alee.managers.notification   
 

Uses of NotificationStyle in com.alee.managers.notification
 

Methods in com.alee.managers.notification that return NotificationStyle
static NotificationStyle NotificationStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NotificationStyle[] NotificationStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.alee.managers.notification with parameters of type NotificationStyle
WebNotificationPopup(NotificationStyle notificationStyle)
          Constructs new notification popup with the specified notification style.