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

Packages that use DisplayType
com.alee.managers.notification   
 

Uses of DisplayType in com.alee.managers.notification
 

Methods in com.alee.managers.notification that return DisplayType
static DisplayType NotificationManager.getDisplayType()
          Retyrns notification display type.
static DisplayType DisplayType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DisplayType[] DisplayType.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 DisplayType
static void NotificationManager.setDisplayType(DisplayType displayType)
          Sets notification display type.