Package org.openstreetmap.josm.actions
Class HistoryInfoWebAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- org.openstreetmap.josm.actions.JosmAction
-
- org.openstreetmap.josm.actions.AbstractInfoAction
-
- org.openstreetmap.josm.actions.HistoryInfoWebAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
,Destroyable
public class HistoryInfoWebAction extends AbstractInfoAction
Display history information about OSM ways, nodes, or relations in web browser.- Since:
- 4408
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstreetmap.josm.actions.JosmAction
JosmAction.ActiveLayerChangeAdapter, JosmAction.LayerChangeAdapter, JosmAction.SelectionChangeAdapter
-
-
Field Summary
-
Fields inherited from class org.openstreetmap.josm.actions.JosmAction
sc
-
-
Constructor Summary
Constructors Constructor Description HistoryInfoWebAction()
Constructs a newHistoryInfoWebAction
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
createInfoUrl(java.lang.Object infoObject)
-
Methods inherited from class org.openstreetmap.josm.actions.AbstractInfoAction
actionPerformed, launchInfoBrowser, launchInfoBrowsersForSelectedPrimitivesAndNote, updateEnabledState, updateEnabledState
-
Methods inherited from class org.openstreetmap.josm.actions.JosmAction
buildActiveLayerChangeAdapter, buildLayerChangeAdapter, checkAndConfirmOutlyingOperation, destroy, getLayerManager, getShortcut, initEnabledState, installAdapters, listenToLayerChange, listenToSelectionChange, setHelpId, setToolbarId, setTooltip, updateEnabledStateOnCurrentSelection, updateEnabledStateOnCurrentSelection, updateEnabledStateOnModifiableSelection, waitFuture
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
HistoryInfoWebAction
public HistoryInfoWebAction()
Constructs a newHistoryInfoWebAction
.
-
-
Method Detail
-
createInfoUrl
protected java.lang.String createInfoUrl(java.lang.Object infoObject)
- Specified by:
createInfoUrl
in classAbstractInfoAction
-
-