Class SelectionListDialog.TitleUpdater
- java.lang.Object
-
- org.openstreetmap.josm.gui.dialogs.SelectionListDialog.TitleUpdater
-
- All Implemented Interfaces:
EventListener
,ListDataListener
- Enclosing class:
- SelectionListDialog
class SelectionListDialog.TitleUpdater extends Object implements ListDataListener
Updates the dialog title with a summary of the current JOSM selection
-
-
Constructor Summary
Constructors Constructor Description TitleUpdater()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contentsChanged(ListDataEvent e)
void
intervalAdded(ListDataEvent e)
void
intervalRemoved(ListDataEvent e)
protected void
updateTitle()
-
-
-
Constructor Detail
-
TitleUpdater
TitleUpdater()
-
-
Method Detail
-
updateTitle
protected void updateTitle()
-
contentsChanged
public void contentsChanged(ListDataEvent e)
- Specified by:
contentsChanged
in interfaceListDataListener
-
intervalAdded
public void intervalAdded(ListDataEvent e)
- Specified by:
intervalAdded
in interfaceListDataListener
-
intervalRemoved
public void intervalRemoved(ListDataEvent e)
- Specified by:
intervalRemoved
in interfaceListDataListener
-
-