ora.gui.helper
Class PathFinderThread

java.lang.Object
  extended by ora.gui.helper.PathFinderThread
All Implemented Interfaces:
java.lang.Runnable

public class PathFinderThread
extends java.lang.Object
implements java.lang.Runnable

Author:
Kristian Martin This class helps finding the path between two elements/objects

Constructor Summary
PathFinderThread(int maxNumberOfWays)
           
 
Method Summary
 void run()
           
 void startFindRootPath(ObjectElement source, InfoPane infoPane)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathFinderThread

public PathFinderThread(int maxNumberOfWays)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

startFindRootPath

public void startFindRootPath(ObjectElement source,
                              InfoPane infoPane)