|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.text.source.TextInvocationContext
org.eclipse.xtext.ui.editor.quickfix.QuickAssistInvocationContext
public class QuickAssistInvocationContext
Adds the option to suppress the selection of the error region to the
context
.
Constructor Summary | |
---|---|
QuickAssistInvocationContext(org.eclipse.jface.text.source.ISourceViewer sourceViewer,
int offset,
int length,
boolean suppressSelection)
|
Method Summary | |
---|---|
boolean |
isSuppressSelection()
|
Methods inherited from class org.eclipse.jface.text.source.TextInvocationContext |
---|
getLength, getOffset, getSourceViewer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QuickAssistInvocationContext(org.eclipse.jface.text.source.ISourceViewer sourceViewer, int offset, int length, boolean suppressSelection)
Method Detail |
---|
public boolean isSuppressSelection()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |