private static class MapPaintMenu.MapPaintAction extends JosmAction
JosmAction.ActiveLayerChangeAdapter, JosmAction.LayerChangeAdapter, JosmAction.SelectionChangeAdapter
Modifier and Type | Field and Description |
---|---|
private javax.swing.JCheckBoxMenuItem |
button |
private StyleSource |
style |
sc
Constructor and Description |
---|
MapPaintAction(StyleSource style) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent ae) |
javax.swing.JCheckBoxMenuItem |
getButton() |
private static boolean |
mapHasGpxorMarkerLayer() |
void |
setStyle(StyleSource style) |
private void |
toggleStyle() |
private void |
updateButton() |
void |
updateEnabledState()
Override in subclasses to update the enabled state of the action when
something in the JOSM state changes, i.e.
|
checkAndConfirmOutlyingOperation, destroy, getLayerManager, getShortcut, initEnabledState, installAdapters, listenToLayerChange, listenToSelectionChange, setTooltip, updateEnabledState, updateEnabledStateOnCurrentSelection, updateEnabledStateOnCurrentSelection, updateEnabledStateOnModifiableSelection, waitFuture
private transient StyleSource style
private final javax.swing.JCheckBoxMenuItem button
MapPaintAction(StyleSource style)
private void updateButton()
private void toggleStyle()
public void actionPerformed(java.awt.event.ActionEvent ae)
public javax.swing.JCheckBoxMenuItem getButton()
public void setStyle(StyleSource style)
public void updateEnabledState()
JosmAction
JosmAction.updateEnabledState(Collection)
to respond to changes in the collection
of selected primitives.
Default behavior is empty.updateEnabledState
in class JosmAction
JosmAction.updateEnabledState(Collection)
,
JosmAction.initEnabledState()
,
JosmAction.listenToLayerChange()
private static boolean mapHasGpxorMarkerLayer()