Class ChangesetDiscussionPanel.AddChangesetCommentAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.dialogs.changeset.ChangesetDiscussionPanel.AddChangesetCommentAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- ChangesetDiscussionPanel
class ChangesetDiscussionPanel.AddChangesetCommentAction extends javax.swing.AbstractAction
Adds a discussion comment to the current changeset
-
-
Constructor Summary
Constructors Constructor Description AddChangesetCommentAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent evt)
(package private) void
initProperties(Changeset cs)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
AddChangesetCommentAction
AddChangesetCommentAction()
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
-
initProperties
void initProperties(Changeset cs)
-
-