|
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 | +--com.klg.jclass.higrid.FocusManager | +--com.klg.jclass.higrid.FocusManagerOld
A FocusManager object for JDK's prior to 1.4
Field Summary |
Fields inherited from class com.klg.jclass.higrid.FocusManager |
gridArea |
Method Summary | |
Component |
findFocusOwner(Component c)
Return the child Component of the specified
Component that is the focus owner, if any. |
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. |
Methods inherited from class com.klg.jclass.higrid.FocusManager |
getGridArea, setGridArea |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean requestFocus(Component c)
requestFocus
in interface FocusModel
requestFocus
in class FocusManager
c
- The component who will request the focus.
public boolean requestFocus()
requestFocus
in interface FocusModel
requestFocus
in class FocusManager
public boolean isFocusTraversable(Component c)
isFocusTraversable
in interface FocusModel
isFocusTraversable
in class FocusManager
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.
findFocusOwner
in interface FocusModel
findFocusOwner
in class FocusManager
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 |