|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SimpleCompletionProposal | |
|---|---|
| com.ibm.systemz.common.editor.extensionpoints.contentassist | |
| Uses of SimpleCompletionProposal in com.ibm.systemz.common.editor.extensionpoints.contentassist |
|---|
| Methods in com.ibm.systemz.common.editor.extensionpoints.contentassist that return types with arguments of type SimpleCompletionProposal | |
|---|---|
java.util.List<SimpleCompletionProposal> |
ICompletionProposalComputer.computeCompletionProposals(IContentAssistInvocationContext context,
org.eclipse.core.runtime.IProgressMonitor monitor)
Returns a list of completion proposals valid at the given invocation context. |
java.util.List<SimpleCompletionProposal> |
IContentAssistInvocationContext.getVariableCompletionProposals(int offset,
java.lang.String prefix)
Returns a list of simple proposals for the variables valid at the specified offset. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||