com.klg.jclass.higrid
Class HiGridFocusNew
java.lang.Object
|
+--java.awt.event.FocusAdapter
|
+--com.klg.jclass.higrid.HiGridFocusAdapter
|
+--com.klg.jclass.higrid.HiGridFocusNew
- All Implemented Interfaces:
- EventListener, FocusListener, Serializable
- public class HiGridFocusNew
- extends HiGridFocusAdapter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gridAreaFocusRequested
public static boolean gridAreaFocusRequested
temporaryFocusLost
protected boolean temporaryFocusLost
HiGridFocusNew
public HiGridFocusNew()
- Constructor
HiGridFocusNew
public HiGridFocusNew(com.klg.jclass.higrid.HiGrid grid)
- Constructor
focusGained
public void focusGained(FocusEvent e)
- Description copied from class:
HiGridFocusAdapter
- This method does nothing and is meant to be overridden
- Specified by:
focusGained
in interface FocusListener
- Overrides:
focusGained
in class HiGridFocusAdapter
focusLost
public void focusLost(FocusEvent e)
- Description copied from class:
HiGridFocusAdapter
- This method does nothing and is meant to be overridden
- Specified by:
focusLost
in interface FocusListener
- Overrides:
focusLost
in class HiGridFocusAdapter