Uses of Class
org.openstreetmap.josm.gui.Notification
-
Packages that use Notification Package Description org.openstreetmap.josm.actions Provides the classes for JOSM user actions.org.openstreetmap.josm.gui Provides the classes for JOSM graphical user interface. -
-
Uses of Notification in org.openstreetmap.josm.actions
Methods in org.openstreetmap.josm.actions that return Notification Modifier and Type Method Description protected static NotificationDiskAccessAction. showSavedNotification(Notification savingNotification, java.lang.String filename)Show "Successfully saved file" notification and returns it.protected static NotificationDiskAccessAction. showSavingNotification(java.lang.String filename)Show "saving file ..." notification and returns it, for future replacement.Methods in org.openstreetmap.josm.actions with parameters of type Notification Modifier and Type Method Description protected static NotificationDiskAccessAction. showSavedNotification(Notification savingNotification, java.lang.String filename)Show "Successfully saved file" notification and returns it. -
Uses of Notification in org.openstreetmap.josm.gui
Fields in org.openstreetmap.josm.gui declared as Notification Modifier and Type Field Description private NotificationNotificationManager. currentNotificationprivate NotificationNotificationManager.NotificationPanel.ShowNoteHelpAction. noteFields in org.openstreetmap.josm.gui with type parameters of type Notification Modifier and Type Field Description private java.util.Deque<Notification>NotificationManager. queueMethods in org.openstreetmap.josm.gui that return Notification Modifier and Type Method Description NotificationNotification. setContent(java.awt.Component content)Set the content of the message.NotificationNotification. setContent(java.lang.String msg)Set the notification text.NotificationNotification. setDuration(int duration)Set the time after which the message is hidden.NotificationNotification. setHelpTopic(java.lang.String helpTopic)Display a help button at the bottom of the notification window.NotificationNotification. setIcon(int messageType)Set an icon to display on the left part of the message window by choosing from the default JOptionPane icons.NotificationNotification. setIcon(javax.swing.Icon icon)Set an icon to display on the left part of the message window.Methods in org.openstreetmap.josm.gui with parameters of type Notification Modifier and Type Method Description private voidNotificationManager.NotificationPanel. build(Notification note, java.awt.event.MouseListener freeze, java.awt.event.ActionListener hideListener)voidNotification. replaceExisting(Notification oldNotification)Display the notification by replacing the given queued/displaying notification(package private) voidNotificationManager. replaceExistingNotification(Notification oldNotification, Notification newNotification)Show the given notification by replacing the given queued/displaying notification(package private) voidNotificationManager. showNotification(Notification note)Show the given notification (unless a duplicate notification is being shown at the moment or at the end of the queue)Constructors in org.openstreetmap.josm.gui with parameters of type Notification Constructor Description NotificationPanel(Notification note, java.awt.event.MouseListener freeze, java.awt.event.ActionListener hideListener)ShowNoteHelpAction(Notification note)
-