com.pentec.gui
Class AEL
java.lang.Object
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()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
flagStandard
private static boolean flagStandard
inputFocusIL
public static java.awt.event.ItemListener inputFocusIL
- Change the window activation (input focus method) to the selected option
AEL
public AEL()
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()