| Package | Description | 
|---|---|
| oracle.javatools.ui | 
 A general user interface component library. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
NotificationDisplayer.Notification | 
NotificationDisplayer.notify(NotificationDisplayer.Priority priority,
      javax.swing.Icon icon,
      java.lang.String title,
      javax.swing.JComponent balloonDetail,
      javax.swing.JComponent popupDetail)
Display custom component as notification. 
 | 
NotificationDisplayer.Notification | 
NotificationDisplayer.notify(NotificationDisplayer.Priority priority,
      javax.swing.Icon icon,
      java.lang.String title,
      java.lang.String description,
      javax.swing.Action action,
      boolean showBalloon)
Simplified creation of the notification calling internally  
NotificationDisplayer.notify(Priority, Icon, String, JComponent, JComponent). |