|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISQLCompletionEngine
Compute proposals.
Method Summary | |
---|---|
org.eclipse.jface.text.contentassist.IContextInformation[] |
computeContextInformation(org.eclipse.jface.text.IDocument doc,
org.eclipse.jface.text.ITypedRegion partition,
int documentOffset,
org.eclipse.swt.graphics.Point selection)
Compute ContextInformation |
org.eclipse.jface.text.contentassist.ICompletionProposal[] |
computeProposals(org.eclipse.jface.text.IDocument doc,
org.eclipse.jface.text.ITypedRegion partition,
int documentOffset,
org.eclipse.swt.graphics.Point selection)
Compute proposals |
Method Detail |
---|
org.eclipse.jface.text.contentassist.ICompletionProposal[] computeProposals(org.eclipse.jface.text.IDocument doc, org.eclipse.jface.text.ITypedRegion partition, int documentOffset, org.eclipse.swt.graphics.Point selection)
doc
- The documentpartition
- document partitiondocumentOffset
- current offset in the documentselection
- the range of the current selection in coordinates of this viewer's documentorg.eclipse.jface.text.contentassist.IContextInformation[] computeContextInformation(org.eclipse.jface.text.IDocument doc, org.eclipse.jface.text.ITypedRegion partition, int documentOffset, org.eclipse.swt.graphics.Point selection)
doc
- The documentpartition
- document partitiondocumentOffset
- current offset in the documentselection
- the range of the current selection in coordinates of this viewer's document
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |