|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface AutoCompleteManager.AutoCompleteEditor
Interface implemented for editors using auto-completion.
| Method Summary | |
|---|---|
JTextComponent |
getEditorComponent()
|
void |
insertAutoCompleteString(int backtrackLength,
String insertString)
Completion was selected and can be inserted into the editor component. |
| Method Detail |
|---|
void insertAutoCompleteString(int backtrackLength,
String insertString)
backtrackLength - number of characters to backtack from the current caret positioninsertString - auto-complete string to insert (qualified name if entity is ambiguous, unqualified otherwise)JTextComponent getEditorComponent()
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||