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