Package | Description |
---|---|
org.openstreetmap.josm.gui |
Modifier and Type | Field and Description |
---|---|
private Notification |
NotificationManager.currentNotification |
Modifier and Type | Field and Description |
---|---|
private Queue<Notification> |
NotificationManager.queue |
Modifier and Type | Method and Description |
---|---|
Notification |
Notification.setContent(Component content)
Set the content of the message.
|
Notification |
Notification.setContent(String msg)
Set the notification text.
|
Notification |
Notification.setDuration(int duration)
Set the time after which the message is hidden.
|
Notification |
Notification.setHelpTopic(String helpTopic)
Display a help button at the bottom of the notification window.
|
Notification |
Notification.setIcon(Icon icon)
Set an icon to display on the left part of the message window.
|
Notification |
Notification.setIcon(int messageType)
Set an icon to display on the left part of the message window by
choosing from the default JOptionPane icons.
|
Modifier and Type | Method and Description |
---|---|
private void |
NotificationManager.NotificationPanel.build(Notification note) |
void |
NotificationManager.showNotification(Notification note) |
Constructor and Description |
---|
NotificationPanel(Notification note) |