Interface ICompletionProposalComputerFactory
- All Known Implementing Classes:
BslCompletionProposalComputerFactory
,BslTemplatesCompletionProposalComputerFactory
public interface ICompletionProposalComputerFactory
Factory for creating instance of
CompletionProposalComputer
in BslRepeatedContentAssistProcessor
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.State state, org.eclipse.jface.text.ITextViewer viewer, int offset) Create new instance ofRepeatedCompletionProposalComputer
-
Method Details
-
create
RepeatedCompletionProposalComputer create(org.eclipse.xtext.ui.editor.contentassist.CompletionProposalComputer.State state, org.eclipse.jface.text.ITextViewer viewer, int offset) Create new instance ofRepeatedCompletionProposalComputer
- Parameters:
state
- actualCompletionProposalComputer.State
for creating proposals, cannot benull
viewer
- actualITextViewer
where content assist was called, cannot benull
offset
- offset inITextViewer
where content assist was called- Returns:
- created
RepeatedCompletionProposalComputer
, nevernull
-