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

Packages that use WebNotification
com.alee.managers.notification   
 

Uses of WebNotification in com.alee.managers.notification
 

Fields in com.alee.managers.notification with type parameters of type WebNotification
protected static java.util.Map<WebNotification,java.awt.Window> NotificationManager.notificationWindows
          Cached notification windows.
 

Methods in com.alee.managers.notification that return WebNotification
static WebNotification NotificationManager.showNotification(java.awt.Component content)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component showFor, java.awt.Component content)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component showFor, java.awt.Component content, javax.swing.Icon icon)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component showFor, java.awt.Component content, javax.swing.Icon icon, NotificationOption... options)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component showFor, java.awt.Component content, NotificationOption... options)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component content, javax.swing.Icon icon)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component content, javax.swing.Icon icon, NotificationOption... options)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component content, NotificationOption... options)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component showFor, java.lang.String content)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component showFor, java.lang.String content, javax.swing.Icon icon)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component showFor, java.lang.String content, javax.swing.Icon icon, NotificationOption... options)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component showFor, java.lang.String content, NotificationOption... options)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.awt.Component showFor, WebNotification notification)
          Displays notification in window.
static WebNotification NotificationManager.showNotification(java.lang.String content)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.lang.String content, javax.swing.Icon icon)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.lang.String content, javax.swing.Icon icon, NotificationOption... options)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(java.lang.String content, NotificationOption... options)
          Returns displayed notification.
static WebNotification NotificationManager.showNotification(WebNotification notification)
          Displays notification in window.
 

Methods in com.alee.managers.notification with parameters of type WebNotification
static WebNotification NotificationManager.showNotification(java.awt.Component showFor, WebNotification notification)
          Displays notification in window.
static WebNotification NotificationManager.showNotification(WebNotification notification)
          Displays notification in window.