public abstract class TextAssistContentProvider
extends java.lang.Object
Constructor and Description |
---|
TextAssistContentProvider() |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<java.lang.String> |
getContent(java.lang.String entry)
Provides the content
|
protected int |
getMaxNumberOfLines() |
protected void |
setTextAssist(TextAssist textAssist) |
public abstract java.util.List<java.lang.String> getContent(java.lang.String entry)
entry
- text typed by the userprotected void setTextAssist(TextAssist textAssist)
textAssist
- the textAssist to setprotected int getMaxNumberOfLines()