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, instantiate
List<String> getProposals(org.eclipse.emf.ecore.EObject object, org.eclipse.emf.ecore.EAttribute attribute)
null
values.object
- the EObject
attribute
- the EAttribute
Copyright © 2019. All rights reserved.