public static interface AutoCompletion.SlowChoices extends AutoCompletion.Choices
AutoCompletion.Choices
, but the computation of the
AutoCompletion.ChoiceList
is slow and as such, may
invoke a ProgressMonitor
.Modifier and Type | Method and Description |
---|---|
void |
getChoices(String prefix,
AutoCompletion.ChoiceList list,
ProgressMonitor progressMonitor)
Similar to
AutoCompletion.Choices , but the computation of the
AutoCompletion.ChoiceList is slow and as such, may
invoke a ProgressMonitor . |
choiceListDependsOnPrefix, getChoices
void getChoices(String prefix, AutoCompletion.ChoiceList list, ProgressMonitor progressMonitor)
AutoCompletion.Choices
, but the computation of the
AutoCompletion.ChoiceList
is slow and as such, may
invoke a ProgressMonitor
.prefix
- what has been typed in the text field by the userlist
- the corresponding list of choicesprogressMonitor
- monitor which may be invoked by this
implementation.
May be null
.