JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.higrid
Class HiGridFocusAdapter

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

public abstract class HiGridFocusAdapter
extends FocusAdapter
implements Serializable

See Also:
Serialized Form

Field Summary
protected  com.klg.jclass.higrid.HiGrid grid
           
 
Constructor Summary
HiGridFocusAdapter()
          Constructor
HiGridFocusAdapter(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
protected  com.klg.jclass.higrid.HiGrid getGrid()
          Retrieves current HiGrid reference
protected  com.klg.jclass.higrid.GridArea getGridArea()
          Retrieves current GridArea reference from the HiGrid instance
 void setGrid(com.klg.jclass.higrid.HiGrid grid)
          Set the HiGrid that uses this focus manager
 void setGridArea(com.klg.jclass.higrid.GridArea gridArea)
          Set the gridArea that uses this focus manager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

grid

protected com.klg.jclass.higrid.HiGrid grid
Constructor Detail

HiGridFocusAdapter

public HiGridFocusAdapter()
Constructor


HiGridFocusAdapter

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

Method Detail

setGrid

public void setGrid(com.klg.jclass.higrid.HiGrid grid)
Set the HiGrid that uses this focus manager

Parameters:
grid - The new grid that uses this focus manager

getGrid

protected com.klg.jclass.higrid.HiGrid getGrid()
Retrieves current HiGrid reference

Returns:
current HiGrid reference

setGridArea

public void setGridArea(com.klg.jclass.higrid.GridArea gridArea)
Set the gridArea that uses this focus manager

Parameters:
gridArea - The new gridArea that uses this focus manager

getGridArea

protected com.klg.jclass.higrid.GridArea getGridArea()
Retrieves current GridArea reference from the HiGrid instance

Returns:
current GridArea reference from the HiGrid instance

focusGained

public void focusGained(FocusEvent e)
This method does nothing and is meant to be overridden

Specified by:
focusGained in interface FocusListener
Overrides:
focusGained in class FocusAdapter

focusLost

public void focusLost(FocusEvent e)
This method does nothing and is meant to be overridden

Specified by:
focusLost in interface FocusListener
Overrides:
focusLost in class FocusAdapter

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