public class InfoWebAction extends AbstractInfoAction
JosmAction.ActiveLayerChangeAdapter, JosmAction.LayerChangeAdapter, JosmAction.SelectionChangeAdaptersc| Constructor and Description |
|---|
InfoWebAction()
Constructs a new
InfoWebAction. |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
createInfoUrl(java.lang.Object infoObject) |
void |
noteSelectionChanged()
Called when the note selection has changed.
|
protected void |
updateEnabledState()
Override in subclasses to update the enabled state of the action when
something in the JOSM state changes, i.e.
|
protected void |
updateEnabledState(java.util.Collection<? extends OsmPrimitive> selection)
Override in subclasses to update the enabled state of the action if the
collection of selected primitives changes.
|
private void |
updateEnabledStateWithNotes() |
actionPerformed, confirmLaunchMultiple, launchInfoBrowser, launchInfoBrowsersForSelectedPrimitivesAndNotebuildActiveLayerChangeAdapter, buildLayerChangeAdapter, checkAndConfirmOutlyingOperation, destroy, getLayerManager, getShortcut, initEnabledState, installAdapters, listenToLayerChange, listenToSelectionChange, setHelpId, setTooltip, updateEnabledStateOnCurrentSelection, updateEnabledStateOnCurrentSelection, updateEnabledStateOnModifiableSelection, waitFuturepublic InfoWebAction()
InfoWebAction.protected java.lang.String createInfoUrl(java.lang.Object infoObject)
createInfoUrl in class AbstractInfoActionprotected void updateEnabledState()
JosmActionJosmAction.updateEnabledState(Collection) to respond to changes in the collection
of selected primitives.
Default behavior is empty.updateEnabledState in class AbstractInfoActionJosmAction.updateEnabledState(Collection),
JosmAction.initEnabledState(),
JosmAction.listenToLayerChange()protected void updateEnabledState(java.util.Collection<? extends OsmPrimitive> selection)
JosmActionupdateEnabledState in class AbstractInfoActionselection - the collection of selected primitives; may be empty, but not nullJosmAction.updateEnabledState(),
JosmAction.initEnabledState(),
JosmAction.listenToSelectionChange()private void updateEnabledStateWithNotes()
public final void noteSelectionChanged()