Class StreetsideExportDialog.RewriteButtonAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.plugins.streetside.gui.StreetsideExportDialog.RewriteButtonAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- StreetsideExportDialog
public class StreetsideExportDialog.RewriteButtonAction extends javax.swing.AbstractAction
Enables/disables some parts of the panel depending if the rewrite button is active.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private StreetsideExportDialogdlgprivate java.lang.StringlastPathprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description RewriteButtonAction(StreetsideExportDialog dlg)Main constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent arg0)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
lastPath
private java.lang.String lastPath
-
dlg
private final StreetsideExportDialog dlg
-
-
Constructor Detail
-
RewriteButtonAction
public RewriteButtonAction(StreetsideExportDialog dlg)
Main constructor.- Parameters:
dlg- Parent dialog.
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent arg0)
-
-