DATAKEY_TOOLTIP| Constructor | Description |
|---|---|
QueryInput() |
ct.
|
QueryInput(int maxLength) |
ct.
|
QueryInput(int maxLength,
java.lang.String hint) |
ct.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
doSearch(java.lang.String query) |
Fuehrt die Suche durch.
|
protected org.eclipse.swt.widgets.Text |
getTextWidget() |
Erzeugt das Text-Widget.
|
addListener, getData, getName, getParent, getStyleBits, hasChanged, isMandatory, paint, paint, setComment, setData, setInvalidChars, setMandatory, setName, setValidChars, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisable, enable, focus, getControl, getHint, getValue, isEnabled, setEnabled, setHint, setMaxLength, setValuepublic QueryInput()
public QueryInput(int maxLength)
maxLength - public QueryInput(int maxLength,
java.lang.String hint)
maxLength - hint - protected org.eclipse.swt.widgets.Text getTextWidget()
TextInputgetTextWidget in class TextInputTextInput.getTextWidget()public abstract void doSearch(java.lang.String query)
query - der Suchbegriff.