Uses of Interface
org.yamcs.studio.autocomplete.ui.content.IContentProposalSearchHandler
Packages that use IContentProposalSearchHandler
-
Uses of IContentProposalSearchHandler in org.yamcs.studio.autocomplete.ui
Methods in org.yamcs.studio.autocomplete.ui with parameters of type IContentProposalSearchHandlerModifier and TypeMethodDescriptionvoid
AutoCompleteProposalProvider.getProposals
(String contents, IContentProposalSearchHandler handler) void
IAutoCompleteProposalProvider.getProposals
(String contents, IContentProposalSearchHandler handler) Requests providers for proposals and notify the handler each time a provider answers. -
Uses of IContentProposalSearchHandler in org.yamcs.studio.autocomplete.ui.content
Methods in org.yamcs.studio.autocomplete.ui.content with parameters of type IContentProposalSearchHandlerModifier and TypeMethodDescriptionvoid
ContentProposalAdapter.getProposals
(IContentProposalSearchHandler listener) Get the proposals from the proposal provider.