public static final class MarkerLayer.ShowHideMarkerText extends javax.swing.AbstractAction implements Layer.LayerAction
| Modifier and Type | Field and Description |
|---|---|
private MarkerLayer |
layer |
| Constructor and Description |
|---|
ShowHideMarkerText(MarkerLayer layer) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.awt.Component |
createMenuComponent() |
boolean |
supportLayers(java.util.List<Layer> layers) |
private final MarkerLayer layer
public ShowHideMarkerText(MarkerLayer layer)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic java.awt.Component createMenuComponent()
createMenuComponent in interface Layer.LayerActionpublic boolean supportLayers(java.util.List<Layer> layers)
supportLayers in interface Layer.LayerAction