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 TypeMethodDescriptionvoidAutoCompleteProposalProvider.getProposals(String contents, IContentProposalSearchHandler handler) voidIAutoCompleteProposalProvider.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 TypeMethodDescriptionvoidContentProposalAdapter.getProposals(IContentProposalSearchHandler listener) Get the proposals from the proposal provider.