org.kde.koala
public interface KCompletionSignals
| Method Summary | |
|---|---|
| void | match(String item)
The matching item. |
| void | matches(String[] matchlist)
All matching items. |
| void | multipleMatches()
This signal is emitted, when calling makeCompletion() and more than
one matching item is found. |
Parameters: item the match, or null if there is none
UNKNOWN: The matching item.
Parameters: matchlist the list of matches
UNKNOWN: All matching items.
See Also: KCompletionSignals
UNKNOWN: This signal is emitted, when calling makeCompletion() and more than one matching item is found.