public class DotProposalProviderDelegator
extends java.lang.Object
Constructor and Description |
---|
DotProposalProviderDelegator(java.lang.String language) |
Modifier and Type | Method and Description |
---|---|
java.util.List<org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal> |
computeConfigurableCompletionProposals(java.lang.String text,
int cursorPosition)
Computes the configurable completion proposals considering the given text
and the given cursorPosition.
|
public DotProposalProviderDelegator(java.lang.String language)
public java.util.List<org.eclipse.xtext.ui.editor.contentassist.ConfigurableCompletionProposal> computeConfigurableCompletionProposals(java.lang.String text, int cursorPosition)
text
- The current text to parse.cursorPosition
- The cursor position within the given text.Copyright (c) 2014 itemis AG and others. All rights reserved.