Uses of Interface
org.yamcs.studio.autocomplete.ui.IAutoCompleteProposalProvider
-
Uses of IAutoCompleteProposalProvider in org.yamcs.studio.autocomplete.ui
Modifier and TypeClassDescriptionclass
ImplementsIAutoCompleteProposalProvider
and manages theContentProposalList
with results fromAutoCompleteService
. -
Uses of IAutoCompleteProposalProvider in org.yamcs.studio.autocomplete.ui.content
ModifierConstructorDescriptionContentProposalAdapter
(Control control, IControlContentAdapter controlContentAdapter, IAutoCompleteProposalProvider proposalProvider, KeyStroke keyStroke, char[] autoActivationCharacters) Construct a content proposal adapter that can assist the user with choosing content for the field.