Class AutoCompletePopupWindow

All Implemented Interfaces:
MouseListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, CaretListener, ListSelectionListener, RootPaneContainer

class AutoCompletePopupWindow extends JWindow implements CaretListener, ListSelectionListener, MouseListener
The actual popup window of choices. When visible, this window intercepts certain keystrokes in the parent text component and uses them to navigate the completion choices instead. If Enter or Escape is pressed, the window hides itself and notifies the AutoCompletion to insert the selected text.
Version:
1.0