org.openstreetmap.josm.gui.dialogs
Class CommandStackDialog.UndoRedoSelectionListener

java.lang.Object
  extended by org.openstreetmap.josm.gui.dialogs.CommandStackDialog.UndoRedoSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.TreeSelectionListener
Enclosing class:
CommandStackDialog

private class CommandStackDialog.UndoRedoSelectionListener
extends java.lang.Object
implements javax.swing.event.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.


Field Summary
private  javax.swing.JTree source
           
 
Constructor Summary
CommandStackDialog.UndoRedoSelectionListener(javax.swing.JTree source)
           
 
Method Summary
 void valueChanged(javax.swing.event.TreeSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

private javax.swing.JTree source
Constructor Detail

CommandStackDialog.UndoRedoSelectionListener

public CommandStackDialog.UndoRedoSelectionListener(javax.swing.JTree source)
Method Detail

valueChanged

public void valueChanged(javax.swing.event.TreeSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.TreeSelectionListener


JOSM