public class WMSLayer.ToggleAutoResolutionAction extends javax.swing.AbstractAction implements Layer.LayerAction
| Constructor and Description |
|---|
ToggleAutoResolutionAction()
Constructs a new
ToggleAutoResolutionAction. |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent ev) |
java.awt.Component |
createMenuComponent() |
boolean |
supportLayers(java.util.List<Layer> layers) |
public ToggleAutoResolutionAction()
ToggleAutoResolutionAction.public void actionPerformed(java.awt.event.ActionEvent ev)
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