|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KeyboardFocusManagerPeer
Disabled: no SafeJ information.
The native peer interface for KeyboardFocusManager
.
Method Summary | |
---|---|
void |
clearGlobalFocusOwner(Window activeWindow)
Clears the current global focus owner. |
Window |
getCurrentFocusedWindow()
Returns the currently focused window. |
Component |
getCurrentFocusOwner()
Returns the component that currently owns the input focus. |
void |
setCurrentFocusOwner(Component comp)
Sets the component that should become the focus owner. |
Method Detail |
---|
Window getCurrentFocusedWindow()
KeyboardFocusManager#getNativeFocusedWindow()
void setCurrentFocusOwner(Component comp)
comp
- the component to become the focus ownerKeyboardFocusManager#setNativeFocusOwner(Component)
Component getCurrentFocusOwner()
KeyboardFocusManager#getNativeFocusOwner()
void clearGlobalFocusOwner(Window activeWindow)
activeWindow
- KeyboardFocusManager#clearGlobalFocusOwner()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |