public interface AutocompleteViewModelService extends ViewModelService
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getProposals(org.eclipse.emf.ecore.EObject object,
org.eclipse.emf.ecore.EAttribute attribute)
Returns a list of possible values for the given setting.
|
dispose, getPriority, instantiateList<String> getProposals(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EAttribute attribute)
null
values.object - the EObjectattribute - the EAttributeCopyright © 2018. All rights reserved.