private static class MapPaintMenu.MapPaintAction extends JosmAction
Modifier and Type | Field and Description |
---|---|
private JCheckBoxMenuItem |
button |
private StyleSource |
style |
sc
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
MapPaintMenu.MapPaintAction(StyleSource style) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent ae) |
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, updateEnabledState
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
private StyleSource style
private JCheckBoxMenuItem button
public MapPaintMenu.MapPaintAction(StyleSource style)
private void updateButton()
private void toggleStyle()
public void actionPerformed(ActionEvent ae)
public 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()
private boolean mapHasGpxorMarkerLayer()