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

Packages that use WebInnerNotification
com.alee.managers.notification   
 

Uses of WebInnerNotification in com.alee.managers.notification
 

Fields in com.alee.managers.notification with type parameters of type WebInnerNotification
protected static java.util.Map<WebInnerNotification,PopupLayer> NotificationManager.notificationPopups
          Cached notification popups.
protected  java.util.List<WebInnerNotification> NotificationsLayout.notifications
          Cached notifications.
 

Methods in com.alee.managers.notification that return WebInnerNotification
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component content)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component showFor, java.awt.Component content)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component showFor, java.awt.Component content, javax.swing.Icon icon)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component showFor, java.awt.Component content, javax.swing.Icon icon, NotificationOption... options)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component showFor, java.awt.Component content, NotificationOption... options)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component content, javax.swing.Icon icon)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component content, javax.swing.Icon icon, NotificationOption... options)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component content, NotificationOption... options)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component showFor, java.lang.String content)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component showFor, java.lang.String content, javax.swing.Icon icon)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component showFor, java.lang.String content, javax.swing.Icon icon, NotificationOption... options)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component showFor, java.lang.String content, NotificationOption... options)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component showFor, WebInnerNotification notification)
          Displays notification on popup layer.
static WebInnerNotification NotificationManager.showInnerNotification(java.lang.String content)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.lang.String content, javax.swing.Icon icon)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.lang.String content, javax.swing.Icon icon, NotificationOption... options)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(java.lang.String content, NotificationOption... options)
          Returns displayed notification.
static WebInnerNotification NotificationManager.showInnerNotification(WebInnerNotification notification)
          Displays notification on popup layer.
 

Methods in com.alee.managers.notification with parameters of type WebInnerNotification
static WebInnerNotification NotificationManager.showInnerNotification(java.awt.Component showFor, WebInnerNotification notification)
          Displays notification on popup layer.
static WebInnerNotification NotificationManager.showInnerNotification(WebInnerNotification notification)
          Displays notification on popup layer.