public static final class MarkerLayer.ShowHideMarkerText extends AbstractAction implements Layer.LayerAction
Modifier and Type | Field and Description |
---|---|
private MarkerLayer |
layer |
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 |
---|
ShowHideMarkerText(MarkerLayer layer) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
Component |
createMenuComponent() |
boolean |
supportLayers(List<Layer> layers) |
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
private final MarkerLayer layer
public ShowHideMarkerText(MarkerLayer layer)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public Component createMenuComponent()
createMenuComponent
in interface Layer.LayerAction
public boolean supportLayers(List<Layer> layers)
supportLayers
in interface Layer.LayerAction