Lines Matching refs:KeyEventPostProcessor
31 * 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 {
61 * that this KeyEventPostProcessor perform any necessary post-processing
69 * KeyEventPostProcessor wishes to dispatch the KeyEvent, it must use
71 * requesting that this KeyEventPostProcessor perform post-processing
75 * KeyEvent is passed to the next KeyEventPostProcessor in the chain,
81 * event will still be passed to the next KeyEventPostProcessor in the