| java.lang.Object sun.awt.X11.XKeyboardFocusManagerPeer
Method Summary | |
public void | clearGlobalFocusOwner(Window activeWindow) | public Component | getCurrentFocusOwner() | public Window | getCurrentFocusedWindow() | static Component | getCurrentNativeFocusOwner() | static Window | getCurrentNativeFocusedWindow() | public void | setCurrentFocusOwner(Component comp) | static void | setCurrentNativeFocusOwner(Component comp) | static void | setCurrentNativeFocusedWindow(Window win) | static int | shouldNativelyFocusHeavyweight(Component heavyweight, Component descendant, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) | static boolean | simulateMotifRequestFocus(Component lightweightChild, Component target, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) |
shouldNativelyFocusHeavyweightMethod | static Method shouldNativelyFocusHeavyweightMethod(Code) | | |
clearGlobalFocusOwner | public void clearGlobalFocusOwner(Window activeWindow)(Code) | | |
getCurrentFocusedWindow | public Window getCurrentFocusedWindow()(Code) | | |
getCurrentNativeFocusOwner | static Component getCurrentNativeFocusOwner()(Code) | | |
getCurrentNativeFocusedWindow | static Window getCurrentNativeFocusedWindow()(Code) | | |
setCurrentNativeFocusOwner | static void setCurrentNativeFocusOwner(Component comp)(Code) | | |
setCurrentNativeFocusedWindow | static void setCurrentNativeFocusedWindow(Window win)(Code) | | |
shouldNativelyFocusHeavyweight | static int shouldNativelyFocusHeavyweight(Component heavyweight, Component descendant, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause)(Code) | | |
simulateMotifRequestFocus | static boolean simulateMotifRequestFocus(Component lightweightChild, Component target, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause)(Code) | | |
|
|