Searched defs:KeyEventPostProcessor (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DKeyEventPostProcessor.java31 * A KeyEventPostProcessor cooperates with the current KeyboardFocusManager
40 * Note that the KeyboardFocusManager itself implements KeyEventPostProcessor.
42 * KeyEventPostProcessor in the chain. The current KeyboardFocusManager cannot
43 * be completely deregistered as a KeyEventPostProcessor. However, if a
44 * KeyEventPostProcessor reports that no further post-processing of the
48 * a KeyEventPostProcessor one or more times, this is usually unnecessary and
57 public interface KeyEventPostProcessor { interface
61 * that this KeyEventPostProcessor perform any necessary post-processing
69 * KeyEventPostProcessor wishes to dispatch the KeyEvent, it must use
71 * requesting that this KeyEventPostProcessor perfor
[all...]

Completed in 668 milliseconds