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, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
disable, enable, focus, getControl, getHint, getValue, isEnabled, setEnabled, setHint, setMaxLength, setValue
public QueryInput()
public QueryInput(int maxLength)
maxLength
- public QueryInput(int maxLength, java.lang.String hint)
maxLength
- hint
- protected org.eclipse.swt.widgets.Text getTextWidget()
TextInput
getTextWidget
in class TextInput
TextInput.getTextWidget()
public abstract void doSearch(java.lang.String query)
query
- der Suchbegriff.