org.oddjob.arooa.design.view
Class TreeChangeFollower

java.lang.Object
  extended by org.oddjob.arooa.design.view.TreeChangeFollower

public class TreeChangeFollower
extends Object

Utility class that tracks the selected tree node and moves it when the node is deleted.

Author:
rob

Constructor Summary
TreeChangeFollower(JTree tree)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeChangeFollower

public TreeChangeFollower(JTree tree)
Method Detail

close

public void close()