Class Summary |
AutoComplete |
Try to complete a word typed in the associated buffer. |
CompletionPopup |
A pop-up window to display a list of available completions. |
PreferencesManager |
Makes user settings available for other classes so that they don't
need to deal with properties directly, calling PreferencesManager's
methods instead. |
TextAutocompletePane |
OptionPane for the TextAutocomplete plugin. |
TextAutocompletePlugin |
Automatic text completion for buffers. |
WordListEditorUI |
GUI to display and edit the list of remembered words of a buffer. |
WordListEvent |
Carry information about a change to the observed word list. |
WordListTreeSet |
A WordList implementation based on
java.util.TreeSet (which implements
OrderedSet). |
WordTypedListener |
Listens for word being inserted or removed into/from a buffer to know when a
whole word has been typed & notifies its observers. |