| Package | Description |
|---|---|
| org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
| Modifier and Type | Method | Description |
|---|---|---|
static NotificationDisplayer.Priority |
NotificationDisplayer.Priority.valueOf(java.lang.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.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract Notification |
NotificationDisplayer.notify(java.lang.String title,
javax.swing.Icon icon,
java.lang.String detailsText,
java.awt.event.ActionListener detailsAction,
NotificationDisplayer.Priority priority) |
Create and show new notification.
|
Notification |
NotificationDisplayer.notify(java.lang.String title,
javax.swing.Icon icon,
java.lang.String detailsText,
java.awt.event.ActionListener detailsAction,
NotificationDisplayer.Priority priority,
java.lang.String categoryName) |
Create and show new notification.
|
Notification |
NotificationDisplayer.notify(java.lang.String title,
javax.swing.Icon icon,
java.lang.String detailsText,
java.awt.event.ActionListener detailsAction,
NotificationDisplayer.Priority priority,
NotificationDisplayer.Category category) |
Create and show new notification.
|
abstract Notification |
NotificationDisplayer.notify(java.lang.String title,
javax.swing.Icon icon,
javax.swing.JComponent balloonDetails,
javax.swing.JComponent popupDetails,
NotificationDisplayer.Priority priority) |
Create and show new notification with customized content.
|
Notification |
NotificationDisplayer.notify(java.lang.String title,
javax.swing.Icon icon,
javax.swing.JComponent balloonDetails,
javax.swing.JComponent popupDetails,
NotificationDisplayer.Priority priority,
java.lang.String categoryName) |
Create and show new notification with customized content.
|
Notification |
NotificationDisplayer.notify(java.lang.String title,
javax.swing.Icon icon,
javax.swing.JComponent balloonDetails,
javax.swing.JComponent popupDetails,
NotificationDisplayer.Priority priority,
NotificationDisplayer.Category category) |
Create and show new notification with customized content.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.