Package org.yamcs.studio.autocomplete
Class AutoCompleteService
java.lang.Object
org.yamcs.studio.autocomplete.AutoCompleteService
Service which handles content parsing (see
IContentParser) and requesting proposals from defined providers
(see IAutoCompleteProvider.-
Method Summary
Modifier and TypeMethodDescriptionvoidintget(Long uniqueId, AutoCompleteType acType, String content, IAutoCompleteResultListener listener) static AutoCompleteServicebooleanhasProviders(String type)
-
Method Details
-
getInstance
-
get
public int get(Long uniqueId, AutoCompleteType acType, String content, IAutoCompleteResultListener listener) -
cancel
-
hasProviders
-