class ChangesetContentPanel.ZoomInCurrentLayerAction extends javax.swing.AbstractAction implements javax.swing.event.ListSelectionListener, MapView.EditLayerChangeListener
| Constructor and Description |
|---|
ZoomInCurrentLayerAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0) |
void |
editLayerChanged(OsmDataLayer oldLayer,
OsmDataLayer newLayer) |
void |
updateEnabledState() |
void |
valueChanged(javax.swing.event.ListSelectionEvent e) |
public ZoomInCurrentLayerAction()
public void actionPerformed(java.awt.event.ActionEvent arg0)
actionPerformed in interface java.awt.event.ActionListenerpublic final void updateEnabledState()
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListenerpublic void editLayerChanged(OsmDataLayer oldLayer, OsmDataLayer newLayer)
editLayerChanged in interface MapView.EditLayerChangeListener