public class CharTableAutoCompleterView extends AutoCompleterTableView
completer
Constructor and Description |
---|
CharTableAutoCompleterView() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isEnabled()
Indicates whether the view should be considered "on" or "off".
|
void |
setSelection(java.awt.Point p)
Set the selection.
|
boolean |
shouldPopUp()
Return true to indicate that the view has relevant contextual suggestions
that merit displaying the AutoCompleter popup unprompted.
|
void |
updateModel()
Update the model.
|
void |
updateViewData()
Update the view data
|
getPreferredHeight, getPreferredWidth, getRowCount, getSelectedValue, getSelectionPoint, getTable, getViewContent, processKeys, selectFirstPossibleValue, selectFirstPossibleValueInLine, selectLastPossibleValue, selectLastPossibleValueInLine, selectNextPossibleValueByPage, selectNextPossibleValueDown, selectNextPossibleValueRight, selectPreviousPossibleValueByPage, selectPreviousPossibleValueLeft, selectPreviousPossibleValueUp
getLeadingText, getModifiedRowCount, getName, getTargetLanguage, getTokenizer, setParent, shouldCloseOnSelection
public void updateViewData()
AbstractAutoCompleterView
updateViewData
in class AbstractAutoCompleterView
public void updateModel()
public void setSelection(java.awt.Point p)
AutoCompleterTableView
setSelection
in class AutoCompleterTableView
p
- the new pointpublic boolean shouldPopUp()
AbstractAutoCompleterView
shouldPopUp
in class AbstractAutoCompleterView
protected boolean isEnabled()
AbstractAutoCompleterView
isEnabled
in class AbstractAutoCompleterView