org.kde.koala
public class KShellCompletion extends KURLCompletion
UNKNOWN: Shell-like completion of file names.
| Constructor Summary | |
|---|---|
| protected | KShellCompletion(Class dummy) |
| KShellCompletion()
Constructs a KShellCompletion object. | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| String | makeCompletion(String text)
Finds completions to the given text.
|
| QMetaObject | metaObject() |
| protected void | postProcessMatch(StringBuffer match) |
| protected void | postProcessMatches(String[] matches) |
UNKNOWN: Constructs a KShellCompletion object.
Parameters: text the text to complete
Returns: the first match, or null if not found
UNKNOWN: Finds completions to the given text.