class ChangesetDetailPanel.ZoomInCurrentLayerAction extends javax.swing.AbstractAction implements MapView.EditLayerChangeListener
| Constructor and Description |
|---|
ZoomInCurrentLayerAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0) |
protected void |
alertNoPrimitivesToZoomTo() |
void |
editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
void |
updateEnabledState() |
public ZoomInCurrentLayerAction()
protected void alertNoPrimitivesToZoomTo()
public void actionPerformed(java.awt.event.ActionEvent arg0)
actionPerformed in interface java.awt.event.ActionListenerpublic void updateEnabledState()
public void editLayerChanged(OsmDataLayer oldLayer, OsmDataLayer newLayer)
editLayerChanged in interface MapView.EditLayerChangeListener