Package org.openstreetmap.josm.gui.layer
Class WMSLayer.BookmarkWmsAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.gui.layer.WMSLayer.BookmarkWmsAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
- WMSLayer
public class WMSLayer.BookmarkWmsAction extends javax.swing.AbstractAction
This action will add a WMS layer menu entry with the current WMS layer URL and name extended by the current resolution. When using the menu entry again, the WMS cache will be used properly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BookmarkWmsAction()Constructs a newBookmarkWmsAction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent ev)-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
BookmarkWmsAction
public BookmarkWmsAction()
Constructs a newBookmarkWmsAction.
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent ev)
-
-