Class CommandStackDialog.UndoRedoSelectionListener
- java.lang.Object
-
- org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoSelectionListener
-
- All Implemented Interfaces:
EventListener
,TreeSelectionListener
- Enclosing class:
- CommandStackDialog
private class CommandStackDialog.UndoRedoSelectionListener extends Object implements TreeSelectionListener
Selection listener for undo and redo area. If one is clicked, takes away the selection from the other, so it behaves as if it was one component.
-
-
Constructor Summary
Constructors Constructor Description UndoRedoSelectionListener(JTree source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
valueChanged(TreeSelectionEvent e)
-
-
-
Constructor Detail
-
UndoRedoSelectionListener
UndoRedoSelectionListener(JTree source)
-
-
Method Detail
-
valueChanged
public void valueChanged(TreeSelectionEvent e)
- Specified by:
valueChanged
in interfaceTreeSelectionListener
-
-