Package | Description |
---|---|
org.eclipse.jdt.ui.text.java |
Application programming interfaces for interaction
with the Eclipse Java User Interface.
|
Modifier and Type | Method and Description |
---|---|
IJavaCompletionProposal[] |
IQuickAssistProcessor.getAssists(IInvocationContext context,
IProblemLocation[] locations)
Collects quick assists for the given context.
|
IJavaCompletionProposal[] |
IQuickFixProcessor.getCorrections(IInvocationContext context,
IProblemLocation[] locations)
Collects corrections or code manipulations for the given context.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.