com.pentec.gui
Class AEL

java.lang.Object
  extended by com.pentec.gui.AEL
All Implemented Interfaces:
java.awt.event.AWTEventListener, java.lang.Runnable, java.util.EventListener

public class AEL
extends java.lang.Object
implements java.awt.event.AWTEventListener, java.lang.Runnable

AEL -- ADAPT Event Listener; this class provides methods that allow implementation of Standard and Enhanced window activation (input focus control) modes.

Author:
Pender Technology

Field Summary
private static boolean flagStandard
           
static java.awt.event.ItemListener inputFocusIL
          Change the window activation (input focus method) to the selected option
 
Constructor Summary
AEL()
           
 
Method Summary
 void eventDispatched(java.awt.AWTEvent event)
           
static java.lang.Boolean isEnhanced()
           
static java.lang.Boolean isStandard()
           
 void run()
           
static void setStandard(boolean flag)
           
static void tempDisable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flagStandard

private static boolean flagStandard

inputFocusIL

public static java.awt.event.ItemListener inputFocusIL
Change the window activation (input focus method) to the selected option

Constructor Detail

AEL

public AEL()
Method Detail

eventDispatched

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

isEnhanced

public static java.lang.Boolean isEnhanced()

isStandard

public static java.lang.Boolean isStandard()

run

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

setStandard

public static void setStandard(boolean flag)

tempDisable

public static void tempDisable()