Package | Description |
---|---|
org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
Modifier and Type | Method and Description |
---|---|
abstract Notification |
NotificationDisplayer.notify(String title,
Icon icon,
JComponent balloonDetails,
JComponent popupDetails,
NotificationDisplayer.Priority priority)
Create and show new notification with customized content.
|
Notification |
NotificationDisplayer.notify(String title,
Icon icon,
String detailsText,
ActionListener detailsAction)
Create and show new notification with the default priority.
|
abstract Notification |
NotificationDisplayer.notify(String title,
Icon icon,
String detailsText,
ActionListener detailsAction,
NotificationDisplayer.Priority priority)
Create and show new notification.
|
Built on October 30 2013. | Portions Copyright 1997-2013 Sun Microsystems, Inc. All rights reserved.