aicas logoJamaica 6.4 release 1

java.awt.peer
Interface KeyboardFocusManagerPeer


public interface KeyboardFocusManagerPeer

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()
Returns the currently focused window.

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

setCurrentFocusOwner

void setCurrentFocusOwner(Component comp)
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()
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)
Clears the current global focus owner.

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

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.