Class PropertiesDialog.RemoveHiddenSelection
- java.lang.Object
-
- org.openstreetmap.josm.gui.dialogs.properties.PropertiesDialog.RemoveHiddenSelection
-
- All Implemented Interfaces:
EventListener
,ListSelectionListener
,RowSorterListener
- Enclosing class:
- PropertiesDialog
private class PropertiesDialog.RemoveHiddenSelection extends Object implements ListSelectionListener, RowSorterListener
Clears the row selection when it is filtered away by the row sorter.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RemoveHiddenSelection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
removeHiddenSelection()
void
sorterChanged(RowSorterEvent e)
void
valueChanged(ListSelectionEvent event)
-
-
-
Constructor Detail
-
RemoveHiddenSelection
private RemoveHiddenSelection()
-
-
Method Detail
-
removeHiddenSelection
void removeHiddenSelection()
-
valueChanged
public void valueChanged(ListSelectionEvent event)
- Specified by:
valueChanged
in interfaceListSelectionListener
-
sorterChanged
public void sorterChanged(RowSorterEvent e)
- Specified by:
sorterChanged
in interfaceRowSorterListener
-
-