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

Packages that use NotificationIcon
com.alee.managers.notification   
 

Uses of NotificationIcon in com.alee.managers.notification
 

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

Methods in com.alee.managers.notification with parameters of type NotificationIcon
 void WebNotificationPopup.setIcon(NotificationIcon iconType)
          Sets notification icon type.