Class ChildRelationBrowser.DownloadSelectedAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadSelectedAction
-
- 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.DownloadSelectedAction extends javax.swing.AbstractAction implements javax.swing.event.TreeSelectionListener
Action for downloading all selected relations
-
-
Constructor Summary
Constructors Constructor Description DownloadSelectedAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
void
run()
protected void
updateEnabledState()
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
-
DownloadSelectedAction
DownloadSelectedAction()
-
-
Method Detail
-
updateEnabledState
protected void updateEnabledState()
-
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
-
-