java.awt.peer
Interface KeyboardFocusManagerPeer


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

getCurrentFocusedWindow

Window getCurrentFocusedWindow()
Class is disabled.

Returns the currently focused window.

Returns:
the currently focused window
See Also:
KeyboardFocusManager#getNativeFocusedWindow()

setCurrentFocusOwner

void setCurrentFocusOwner(Component comp)
Class is disabled.

Sets the component that should become the focus owner.

Parameters:
comp - the component to become the focus owner
See Also:
KeyboardFocusManager#setNativeFocusOwner(Component)

getCurrentFocusOwner

Component getCurrentFocusOwner()
Class is disabled.

Returns the component that currently owns the input focus.

Returns:
the component that currently owns the input focus
See Also:
KeyboardFocusManager#getNativeFocusOwner()

clearGlobalFocusOwner

void clearGlobalFocusOwner(Window activeWindow)
Class is disabled.

Clears the current global focus owner.

Parameters:
activeWindow -
See Also:
KeyboardFocusManager#clearGlobalFocusOwner()