Searched refs:KeyEventDispatcher (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DKeyEventDispatcher.java31 * A KeyEventDispatcher cooperates with the current KeyboardFocusManager in the
34 * dispatched to their targets, allowing each KeyEventDispatcher to retarget
37 * Note that KeyboardFocusManager itself implements KeyEventDispatcher. By
41 * KeyEventDispatcher. However, if a KeyEventDispatcher reports that it
45 * KeyboardFocusManager as a KeyEventDispatcher one or more times, this is
54 public interface KeyEventDispatcher { interface
58 * that this KeyEventDispatcher dispatch the specified event on its behalf.
59 * This KeyEventDispatcher is free to retarget the event, consume it,
63 * accessible environment, for example. Note that if a KeyEventDispatcher
[all...]
H A DKeyboardFocusManager.java108 implements KeyEventDispatcher, KeyEventPostProcessor
381 * This KeyboardFocusManager's KeyEventDispatcher chain. The List does not
1619 * Adds a KeyEventDispatcher to this KeyboardFocusManager's dispatcher
1621 * KeyEventDispatcher dispatch KeyEvents generated by the user before
1624 * as soon as one KeyEventDispatcher returns <code>true</code> from its
1627 * times which a particular KeyEventDispatcher instance can be added.
1632 * In a multithreaded application, {@link KeyEventDispatcher} behaves
1637 * @param dispatcher the KeyEventDispatcher to add to the dispatcher chain
1640 public void addKeyEventDispatcher(KeyEventDispatcher dispatcher) {
1652 * Removes a KeyEventDispatcher whic
[all...]
H A DDefaultKeyboardFocusManager.java738 * KeyEventDispatcher in the dispatcher chain dispatched the KeyEvent, or
1020 if (((KeyEventDispatcher)(iter.next())).
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDelegatingDefaultFocusManager.java144 public void addKeyEventDispatcher(KeyEventDispatcher dispatcher) {
147 public void removeKeyEventDispatcher(KeyEventDispatcher dispatcher) {
/openjdk7/jdk/src/share/classes/sun/awt/
H A DEmbeddedFrame.java57 implements KeyEventDispatcher, PropertyChangeListener {
135 * Register us as KeyEventDispatcher and property "managingFocus" listeners.
143 * Deregister us as KeyEventDispatcher and property "managingFocus" listeners.
153 * the correct KeyboardFocusManager to attach to as KeyEventDispatcher.
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFileDialogPeer.java42 class XFileDialogPeer extends XDialogPeer implements FileDialogPeer, ActionListener, ItemListener, KeyEventDispatcher, XChoicePeerListener {

Completed in 53 milliseconds