Class ChildRelationBrowser.DownloadAllChildRelationsAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.dialogs.relation.ChildRelationBrowser.DownloadAllChildRelationsAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- ChildRelationBrowser
class ChildRelationBrowser.DownloadAllChildRelationsAction extends javax.swing.AbstractAction
Action for downloading all child relations for a given parent relation. Recursively.
-
-
Constructor Summary
Constructors Constructor Description DownloadAllChildRelationsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)voidrun()-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
DownloadAllChildRelationsAction
DownloadAllChildRelationsAction()
-
-
Method Detail
-
run
public void run()
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-