edu.northwestern.at.utils.swing
Class SwingUtils.ExtendedEventQueue

java.lang.Object
  extended by java.awt.EventQueue
      extended by edu.northwestern.at.utils.swing.SwingUtils.ExtendedEventQueue
Enclosing class:
SwingUtils

protected class SwingUtils.ExtendedEventQueue
extends java.awt.EventQueue


Constructor Summary
protected SwingUtils.ExtendedEventQueue()
           
 
Method Summary
 void dispatchEvent(java.awt.AWTEvent event)
           
 
Methods inherited from class java.awt.EventQueue
getCurrentEvent, getMostRecentEventTime, getNextEvent, invokeAndWait, invokeLater, isDispatchThread, peekEvent, peekEvent, pop, postEvent, push
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SwingUtils.ExtendedEventQueue

protected SwingUtils.ExtendedEventQueue()
Method Detail

dispatchEvent

public void dispatchEvent(java.awt.AWTEvent event)
Overrides:
dispatchEvent in class java.awt.EventQueue