Package | Description |
---|---|
org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
Modifier and Type | Field | Description |
---|---|---|
static NotificationDisplayer.Category |
NotificationDisplayer.Category.ERROR |
|
static NotificationDisplayer.Category |
NotificationDisplayer.Category.INFO |
|
static NotificationDisplayer.Category |
NotificationDisplayer.Category.WARNING |
Modifier and Type | Method | Description |
---|---|---|
static List<NotificationDisplayer.Category> |
NotificationDisplayer.Category.getCategories() |
Returns all available categories
|
Modifier and Type | Method | Description |
---|---|---|
int |
NotificationDisplayer.Category.compareTo(NotificationDisplayer.Category other) |
|
Notification |
NotificationDisplayer.notify(String title,
Icon icon,
String detailsText,
ActionListener detailsAction,
NotificationDisplayer.Priority priority,
NotificationDisplayer.Category category) |
Create and show new notification.
|
Notification |
NotificationDisplayer.notify(String title,
Icon icon,
JComponent balloonDetails,
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.