class SelectionListDialog.ShowHistoryAction extends javax.swing.AbstractAction implements javax.swing.event.ListSelectionListener, SelectionChangedListener
Constructor and Description |
---|
ShowHistoryAction()
Constructs a new
ShowHistoryAction . |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
void |
selectionChanged(java.util.Collection<? extends OsmPrimitive> newSelection)
Informs the listener that the selection in the dataset has changed.
|
protected void |
updateEnabledState(int osmSelectionSize) |
void |
valueChanged(javax.swing.event.ListSelectionEvent e) |
ShowHistoryAction()
ShowHistoryAction
.public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
protected void updateEnabledState(int osmSelectionSize)
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
public void selectionChanged(java.util.Collection<? extends OsmPrimitive> newSelection)
SelectionChangedListener
selectionChanged
in interface SelectionChangedListener
newSelection
- The new selection.