java.awt

Class DefaultKeyboardFocusManager

    • Static Methods 
      Modifier and Type Static Method and Description
      Inherited member indicator getCurrentKeyboardFocusManager Reveal DetailHide Detail
      Returns the current KeyboardFocusManager instance for the calling thread's context.
      Inherited member indicator setCurrentKeyboardFocusManager Reveal DetailHide Detail
      Sets the current KeyboardFocusManager instance for the calling thread's context.
    • Constructors 
      Constructor and Description
      Ordinary member indicator DefaultKeyboardFocusManager Reveal DetailHide Detail
       
    • Methods 
      Modifier and Type Method and Description
      Inherited member indicator addKeyEventDispatcher Reveal DetailHide Detail
      Adds a KeyEventDispatcher to this KeyboardFocusManager's dispatcher chain.
      Inherited member indicator addKeyEventPostProcessor Reveal DetailHide Detail
      Adds a KeyEventPostProcessor to this KeyboardFocusManager's post- processor chain.
      Inherited member indicator addPropertyChangeListener Reveal DetailHide Detail
      Adds a PropertyChangeListener to the listener list.
      Inherited member indicator addPropertyChangeListener Reveal DetailHide Detail
      Adds a PropertyChangeListener to the listener list for a specific property.
      Inherited member indicator addVetoableChangeListener Reveal DetailHide Detail
      Adds a VetoableChangeListener to the listener list for a specific property.
      Inherited member indicator addVetoableChangeListener Reveal DetailHide Detail
      Adds a VetoableChangeListener to the listener list.
      Inherited member indicator clearGlobalFocusOwner Reveal DetailHide Detail
      Clears the global focus owner at both the Java and native levels.
      Overridden member indicator dispatchEvent Reveal DetailHide Detail
      This method is called by the AWT event dispatcher requesting that the current KeyboardFocusManager dispatch the specified event on its behalf.
      Overridden member indicator dispatchKeyEvent Reveal DetailHide Detail
      Called by dispatchEvent if no other KeyEventDispatcher in the dispatcher chain dispatched the KeyEvent, or if no other KeyEventDispatchers are registered.
      Inherited member indicator downFocusCycle Reveal DetailHide Detail
      Moves the focus down one focus traversal cycle from the current focus owner, if and only if the current focus owner is a Container that is a focus cycle root.
      Overridden member indicator downFocusCycle Reveal DetailHide Detail
      Moves the focus down one focus traversal cycle.
      Inherited member indicator focusNextComponent Reveal DetailHide Detail
      Focuses the Component after the current focus owner.
      Overridden member indicator focusNextComponent Reveal DetailHide Detail
      Focuses the Component after aComponent, typically based on a FocusTraversalPolicy.
      Inherited member indicator focusPreviousComponent Reveal DetailHide Detail
      Focuses the Component before the current focus owner.
      Overridden member indicator focusPreviousComponent Reveal DetailHide Detail
      Focuses the Component before aComponent, typically based on a FocusTraversalPolicy.
      Inherited member indicator getActiveWindow Reveal DetailHide Detail
      Returns the active Window, if the active Window is in the same context as the calling thread.
      Inherited member indicator getCurrentFocusCycleRoot Reveal DetailHide Detail
      Returns the current focus cycle root, if the current focus cycle root is in the same context as the calling thread.
      Inherited member indicator getDefaultFocusTraversalKeys Reveal DetailHide Detail
      Returns a Set of default focus traversal keys for a given traversal operation.
      Inherited member indicator getDefaultFocusTraversalPolicy Reveal DetailHide Detail
      Returns the default FocusTraversalPolicy.
      Inherited member indicator getFocusedWindow Reveal DetailHide Detail
      Returns the focused Window, if the focused Window is in the same context as the calling thread.
      Inherited member indicator getFocusOwner Reveal DetailHide Detail
      Returns the focus owner, if the focus owner is in the same context as the calling thread.
      Inherited member indicator getPermanentFocusOwner Reveal DetailHide Detail
      Returns the permanent focus owner, if the permanent focus owner is in the same context as the calling thread.
      Inherited member indicator getPropertyChangeListeners Reveal DetailHide Detail
      Returns an array of all the property change listeners registered on this keyboard focus manager.
      Inherited member indicator getPropertyChangeListeners Reveal DetailHide Detail
      Returns an array of all the PropertyChangeListeners associated with the named property.
      Inherited member indicator getVetoableChangeListeners Reveal DetailHide Detail
      Returns an array of all the vetoable change listeners registered on this keyboard focus manager.
      Inherited member indicator getVetoableChangeListeners Reveal DetailHide Detail
      Returns an array of all the VetoableChangeListeners associated with the named property.
      Overridden member indicator postProcessKeyEvent Reveal DetailHide Detail
      This method will be called by dispatchKeyEvent.
      Overridden member indicator processKeyEvent Reveal DetailHide Detail
      This method initiates a focus traversal operation if and only if the KeyEvent represents a focus traversal key for the specified focusedComponent.
      Inherited member indicator redispatchEvent Reveal DetailHide Detail
      Redispatches an AWTEvent in such a way that the AWT event dispatcher will not recursively request that the KeyboardFocusManager, or any installed KeyEventDispatchers, dispatch the event again.
      Inherited member indicator removeKeyEventDispatcher Reveal DetailHide Detail
      Removes a KeyEventDispatcher which was previously added to this KeyboardFocusManager's dispatcher chain.
      Inherited member indicator removeKeyEventPostProcessor Reveal DetailHide Detail
      Removes a previously added KeyEventPostProcessor from this KeyboardFocusManager's post-processor chain.
      Inherited member indicator removePropertyChangeListener Reveal DetailHide Detail
      Removes a PropertyChangeListener from the listener list.
      Inherited member indicator removePropertyChangeListener Reveal DetailHide Detail
      Removes a PropertyChangeListener from the listener list for a specific property.
      Inherited member indicator removeVetoableChangeListener Reveal DetailHide Detail
      Removes a VetoableChangeListener from the listener list for a specific property.
      Inherited member indicator removeVetoableChangeListener Reveal DetailHide Detail
      Removes a VetoableChangeListener from the listener list.
      Inherited member indicator setDefaultFocusTraversalKeys Reveal DetailHide Detail
      Sets the default focus traversal keys for a given traversal operation.
      Inherited member indicator setDefaultFocusTraversalPolicy Reveal DetailHide Detail
      Sets the default FocusTraversalPolicy.
      Inherited member indicator setGlobalCurrentFocusCycleRoot Reveal DetailHide Detail
      Sets the current focus cycle root.
      Inherited member indicator upFocusCycle Reveal DetailHide Detail
      Moves the focus up one focus traversal cycle from the current focus owner.
      Overridden member indicator upFocusCycle Reveal DetailHide Detail
      Moves the focus up one focus traversal cycle.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
This document was created by Dulcet from the OpenJDK sources. Copyright © 1993, 2012 Oracle and/or its affiliates. All rights reserved.

SourceForge