|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISelectionRequestor | |
---|---|
org.eclipse.jdt.internal.codeassist | |
org.eclipse.jdt.internal.core | |
org.eclipse.jdt.internal.eval |
Uses of ISelectionRequestor in org.eclipse.jdt.internal.codeassist |
---|
Constructors in org.eclipse.jdt.internal.codeassist with parameters of type ISelectionRequestor | |
---|---|
SelectionEngine(SearchableEnvironment nameEnvironment,
ISelectionRequestor requestor,
java.util.Map settings)
The SelectionEngine is responsible for computing the selected object. |
Uses of ISelectionRequestor in org.eclipse.jdt.internal.core |
---|
Classes in org.eclipse.jdt.internal.core that implement ISelectionRequestor | |
---|---|
class |
SelectionRequestor
Implementation of ISelectionRequestor to assist with
code resolve in a compilation unit. |
Uses of ISelectionRequestor in org.eclipse.jdt.internal.eval |
---|
Methods in org.eclipse.jdt.internal.eval with parameters of type ISelectionRequestor | |
---|---|
void |
EvaluationContext.select(char[] codeSnippet,
int selectionSourceStart,
int selectionSourceEnd,
SearchableEnvironment environment,
ISelectionRequestor requestor,
java.util.Map options)
Computes the selection at the specified positions of the given code snippet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |