Class ChildRelationBrowser.EditAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.EditAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
,javax.swing.event.TreeSelectionListener
- Enclosing class:
- ChildRelationBrowser
class ChildRelationBrowser.EditAction extends javax.swing.AbstractAction implements javax.swing.event.TreeSelectionListener
Action for editing the currently selected relation
-
-
Constructor Summary
Constructors Constructor Description EditAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
protected void
refreshEnabled()
void
run()
void
valueChanged(javax.swing.event.TreeSelectionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
EditAction
EditAction()
-
-
Method Detail
-
refreshEnabled
protected void refreshEnabled()
-
run
public void run()
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interfacejava.awt.event.ActionListener
-
valueChanged
public void valueChanged(javax.swing.event.TreeSelectionEvent e)
- Specified by:
valueChanged
in interfacejavax.swing.event.TreeSelectionListener
-
-