|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextAutoCompletionPopup
A pop-up window to display a list of available completions, react to user input and insert a selected completion.
The purpose of this interface is to decouple the AutoComplete plugin class using the pop-up and the actual pop-up implementation based on the current jEdit API.
Method Summary | |
---|---|
void |
dispose()
Hide the popup & cease to grab the key input. |
void |
setWord(java.lang.String word)
Set the prefix being completed. |
boolean |
showCompletions(net.jakubholy.jedit.autocomplete.Completion[] completions)
Display/update a popup with the given completions. |
Method Detail |
---|
boolean showCompletions(net.jakubholy.jedit.autocomplete.Completion[] completions)
completions
- The completions to set; if empty => dispose.
void dispose()
void setWord(java.lang.String word)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |