|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebNotificationPopup | |
---|---|
com.alee.managers.notification |
Uses of WebNotificationPopup in com.alee.managers.notification |
---|
Methods in com.alee.managers.notification that return WebNotificationPopup | |
---|---|
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component content)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.awt.Component content)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.awt.Component content,
javax.swing.Icon icon)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.awt.Component content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.awt.Component content,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component content,
javax.swing.Icon icon)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component content,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.lang.String content)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.lang.String content,
javax.swing.Icon icon)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.lang.String content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
java.lang.String content,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
WebNotificationPopup notification)
Displays notification on popup layer. |
static WebNotificationPopup |
NotificationManager.showNotification(java.lang.String content)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.lang.String content,
javax.swing.Icon icon)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.lang.String content,
javax.swing.Icon icon,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(java.lang.String content,
NotificationOption... options)
Returns displayed notification. |
static WebNotificationPopup |
NotificationManager.showNotification(WebNotificationPopup notification)
Displays notification on popup layer. |
Methods in com.alee.managers.notification with parameters of type WebNotificationPopup | |
---|---|
static WebNotificationPopup |
NotificationManager.showNotification(java.awt.Component showFor,
WebNotificationPopup notification)
Displays notification on popup layer. |
static WebNotificationPopup |
NotificationManager.showNotification(WebNotificationPopup notification)
Displays notification on popup layer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |