org.rosuda.deducer
Class WindowTracker

java.lang.Object
  extended by org.rosuda.deducer.WindowTracker

public class WindowTracker
extends java.lang.Object


Field Summary
protected  java.util.ArrayList activeWindows
           
 
Constructor Summary
WindowTracker()
           
 
Method Summary
static void addWindow(javax.swing.JDialog d)
           
static void addWindow(javax.swing.JFrame f)
           
static void waitForAllClosed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activeWindows

protected java.util.ArrayList activeWindows
Constructor Detail

WindowTracker

public WindowTracker()
Method Detail

addWindow

public static void addWindow(javax.swing.JDialog d)

addWindow

public static void addWindow(javax.swing.JFrame f)

waitForAllClosed

public static void waitForAllClosed()