Class ChangesetCacheManager.ShowDetailAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.dialogs.changeset.ChangesetCacheManager.ShowDetailAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
- Enclosing class:
- ChangesetCacheManager
static class ChangesetCacheManager.ShowDetailAction extends javax.swing.AbstractAction
-
-
Field Summary
Fields Modifier and Type Field Description private ChangesetCacheManagerModel
model
-
Constructor Summary
Constructors Constructor Description ShowDetailAction(ChangesetCacheManagerModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
protected void
showDetails()
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
model
private final ChangesetCacheManagerModel model
-
-
Constructor Detail
-
ShowDetailAction
ShowDetailAction(ChangesetCacheManagerModel model)
-
-
Method Detail
-
showDetails
protected void showDetails()
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-