JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridFocusOld

java.lang.Object
  |
  +--java.awt.event.FocusAdapter
        |
        +--com.klg.jclass.higrid.HiGridFocusAdapter
              |
              +--com.klg.jclass.higrid.HiGridFocusOld
All Implemented Interfaces:
EventListener, FocusListener, Serializable

public class HiGridFocusOld
extends HiGridFocusAdapter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.higrid.HiGridFocusAdapter
grid
 
Constructor Summary
HiGridFocusOld()
          Constructor
HiGridFocusOld(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
 

Constructor Detail

HiGridFocusOld

public HiGridFocusOld()
Constructor


HiGridFocusOld

public HiGridFocusOld(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.