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) |
public ShowHistoryAction()
ShowHistoryAction.public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerprotected void updateEnabledState(int osmSelectionSize)
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged in interface javax.swing.event.ListSelectionListenerpublic void selectionChanged(java.util.Collection<? extends OsmPrimitive> newSelection)
SelectionChangedListenerselectionChanged in interface SelectionChangedListenernewSelection - The new selection.