|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompletionMode
Classes implementing this interface handle the way completion is
actually done.
They decide when and how to offer completion to the user. Completion may be
triggered using a special key, it may be visible all the time, it may use a
CompletionPopup
to present all
possibilities or may insert the text directly.
Method Summary | |
---|---|
void |
disable()
Disables the completion mode letting it remove its listeners from the text component. |
void |
enable(Completion completion)
Enables the completion mode letting it add its listeners to the text component. |
Method Detail |
---|
void enable(Completion completion)
completion
- provides all components and information the completion
mode must know aboutvoid disable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |