private static class MapPaintMenu.MapPaintAction extends JosmAction
| 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 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.
|
destroy, getCurrentDataSet, getEditLayer, getShortcut, initEnabledState, installAdapters, setTooltip, updateEnabledStateprivate StyleSource style
private javax.swing.JCheckBoxMenuItem button
public 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()
JosmActionJosmAction.updateEnabledState(Collection) to respond to changes in the collection
of selected primitives.
Default behavior is empty.updateEnabledState in class JosmActionJosmAction.updateEnabledState(Collection),
JosmAction.initEnabledState()private boolean mapHasGpxorMarkerLayer()