JClass DesktopViews 6.3.0 API
Documentation

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

Field Summary
static boolean gridAreaFocusRequested
           
protected  boolean temporaryFocusLost
           
 
Fields inherited from class com.klg.jclass.higrid.HiGridFocusAdapter
grid
 
Constructor Summary
HiGridFocusNew()
          Constructor
HiGridFocusNew(com.klg.jclass.higrid.HiGrid grid)
          Constructor
 
Method Summary
 void focusGained(FocusEvent e)
          This method does nothing and is meant to be overridden
 void focusLost(FocusEvent e)
          This method does nothing and is meant to be overridden
 
Methods inherited from class com.klg.jclass.higrid.HiGridFocusAdapter
getGrid, getGridArea, setGrid, setGridArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gridAreaFocusRequested

public static boolean gridAreaFocusRequested

temporaryFocusLost

protected boolean temporaryFocusLost
Constructor Detail

HiGridFocusNew

public HiGridFocusNew()
Constructor


HiGridFocusNew

public HiGridFocusNew(com.klg.jclass.higrid.HiGrid grid)
Constructor

Method Detail

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

Copyright © 2004 Quest Software Inc..
All rights reserved.