|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.FocusAdapter | +--com.klg.jclass.higrid.HiGridFocusAdapter
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 |
protected com.klg.jclass.higrid.HiGrid grid
Constructor Detail |
public HiGridFocusAdapter()
public HiGridFocusAdapter(com.klg.jclass.higrid.HiGrid grid)
Method Detail |
public void setGrid(com.klg.jclass.higrid.HiGrid grid)
grid
- The new grid that uses this focus managerprotected com.klg.jclass.higrid.HiGrid getGrid()
public void setGridArea(com.klg.jclass.higrid.GridArea gridArea)
gridArea
- The new gridArea that uses this focus managerprotected com.klg.jclass.higrid.GridArea getGridArea()
public void focusGained(FocusEvent e)
focusGained
in interface FocusListener
focusGained
in class FocusAdapter
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
focusLost
in class FocusAdapter
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |