edu.princeton.swing.text
public interface AutoCompleter
| Modifier and Type | Method and Description |
|---|---|
boolean |
interceptKeyEvent(PHighlightedTextArea comp,
java.awt.event.KeyEvent e)
The PHighlightedTextArea will pass all key events to its auto-completer before processing
the event for itself.
|
boolean interceptKeyEvent(PHighlightedTextArea comp, java.awt.event.KeyEvent e)
comp - The component which recieved the KeyEvent.e - The event which occurred.