| Package | Description | 
|---|---|
| oracle.javatools.ui | A general user interface component library. | 
| Modifier and Type | Method and 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 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). |