|
org.openide.awt 7.8.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NotificationDisplayer.Priority in org.openide.awt |
---|
Methods in org.openide.awt that return NotificationDisplayer.Priority | |
---|---|
static NotificationDisplayer.Priority |
NotificationDisplayer.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static NotificationDisplayer.Priority[] |
NotificationDisplayer.Priority.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.openide.awt with parameters of type NotificationDisplayer.Priority | |
---|---|
abstract Notification |
NotificationDisplayer.notify(String title,
Icon icon,
JComponent balloonDetails,
JComponent popupDetails,
NotificationDisplayer.Priority priority)
Create and show new notification with customized content. |
abstract Notification |
NotificationDisplayer.notify(String title,
Icon icon,
String detailsText,
ActionListener detailsAction,
NotificationDisplayer.Priority priority)
Create and show new notification. |
|
org.openide.awt 7.8.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |