Class WebLinkAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.plugins.streetside.gui.imageinfo.WebLinkAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class WebLinkAction extends javax.swing.AbstractAction
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static org.apache.log4j.Loggerloggerprivate static longserialVersionUIDprivate java.net.URLurl
-
Constructor Summary
Constructors Constructor Description WebLinkAction(java.lang.String name, java.net.URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)voidsetURL(java.net.URL url)-
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
-
logger
static final org.apache.log4j.Logger logger
-
url
private java.net.URL url
-
-
Constructor Detail
-
WebLinkAction
public WebLinkAction(java.lang.String name, java.net.URL url)
-
-
Method Detail
-
setURL
public final void setURL(java.net.URL url)
- Parameters:
url- the url to set
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-