|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Since in JDK1.4, a different focus mechanism is used, an object implementing
the FocusManager interface is required to use the correct
mechanism for the current environment.
| Method Summary | |
Component |
findFocusOwner(Component c)
Return the child Component of the specified
Component that is the focus owner, if any. |
com.klg.jclass.higrid.GridArea |
getGridArea()
Return the gridArea for this focus manager |
boolean |
isFocusTraversable(Component c)
Can this component receive the focus |
boolean |
requestFocus()
Gets gridArea to request focus. |
boolean |
requestFocus(Component c)
Gets the passed in component to request focus. |
void |
setGridArea(com.klg.jclass.higrid.GridArea gridArea)
Set the gridArea that uses this focus manager |
| Method Detail |
public com.klg.jclass.higrid.GridArea getGridArea()
public void setGridArea(com.klg.jclass.higrid.GridArea gridArea)
gridArea - The new gridArea that uses this focus managerpublic boolean requestFocus(Component c)
c - The component who will request the focus.
public boolean requestFocus()
public boolean isFocusTraversable(Component c)
c - The component whose focusability is in question
public Component findFocusOwner(Component c)
Component of the specified
Component that is the focus owner, if any.
c - the root of the Component hierarchy to search for the
focus owner
null if there is no focus owner, or
if the focus owner is not c, or a descendant of
c
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||