Package org.openstreetmap.josm.gui
Class NotificationManager.NotificationPanel.ShowNoteHelpAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.NotificationManager.NotificationPanel.ShowNoteHelpAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- NotificationManager.NotificationPanel
static final class NotificationManager.NotificationPanel.ShowNoteHelpAction extends javax.swing.AbstractAction
-
-
Field Summary
Fields Modifier and Type Field Description private Notificationnote
-
Constructor Summary
Constructors Constructor Description ShowNoteHelpAction(Notification note)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
note
private final Notification note
-
-
Constructor Detail
-
ShowNoteHelpAction
ShowNoteHelpAction(Notification note)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-