net.sourceforge.hivegui.component
Class ActiveWindowHolder

java.lang.Object
  extended by net.sourceforge.hivegui.component.ActiveWindowHolder
All Implemented Interfaces:
java.awt.event.AWTEventListener, java.util.EventListener

public final class ActiveWindowHolder
extends java.lang.Object
implements java.awt.event.AWTEventListener

Author:
Jean-Francois Poilpret

Method Summary
 void eventDispatched(java.awt.AWTEvent e)
           
 java.awt.Window getActiveWindow()
           
static void init()
           
static ActiveWindowHolder instance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static void init()

instance

public static ActiveWindowHolder instance()

getActiveWindow

public java.awt.Window getActiveWindow()

eventDispatched

public void eventDispatched(java.awt.AWTEvent e)
Specified by:
eventDispatched in interface java.awt.event.AWTEventListener