Package | Description |
---|---|
org.eclipse.jface.contentassist |
Provides a content assist add-on for implementors of IContentAssistSubjectControl.
|
org.eclipse.jface.text.contentassist |
Provides a content assist add-on for an ITextViewer.
|
org.eclipse.jface.text.link |
Application programming interfaces for interaction
with the Eclipse text editor's linked position support.
|
org.eclipse.jface.text.quickassist |
This package provides the quick assist assistant add-on for an ISourceViewer.
|
org.eclipse.jface.text.templates |
Application programming interfaces for interaction
with the Eclipse text template support.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
org.eclipse.ui.texteditor.spelling |
Partial infrastructure for spell checking in text editors.
|
Modifier and Type | Method and Description |
---|---|
ICompletionProposal[] |
ISubjectControlContentAssistProcessor.computeCompletionProposals(IContentAssistSubjectControl contentAssistSubjectControl,
int documentOffset)
Deprecated.
Returns a list of completion proposals based on the specified location
within the document that corresponds to the current cursor position
within the text viewer.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletionProposal
The standard implementation of the
ICompletionProposal interface. |
Modifier and Type | Method and Description |
---|---|
ICompletionProposal[] |
IContentAssistProcessor.computeCompletionProposals(ITextViewer viewer,
int offset)
Returns a list of completion proposals based on the
specified location within the document that corresponds
to the current cursor position within the text viewer.
|
Modifier and Type | Method and Description |
---|---|
void |
ICompletionListenerExtension2.applied(ICompletionProposal proposal)
Called after applying a proposal.
|
int |
ICompletionProposalSorter.compare(ICompletionProposal p1,
ICompletionProposal p2)
The orderings imposed by an implementation need not be consistent with equals.
|
void |
ICompletionListener.selectionChanged(ICompletionProposal proposal,
boolean smartToggle)
Called when the selection in the proposal popup is changed or if the insert-mode changed.
|
Modifier and Type | Method and Description |
---|---|
ICompletionProposal[] |
ProposalPosition.getChoices()
Returns the proposals attached to this position.
|
Constructor and Description |
---|
ProposalPosition(IDocument document,
int offset,
int length,
ICompletionProposal[] proposals)
Creates a new instance, with no sequence number.
|
ProposalPosition(IDocument document,
int offset,
int length,
int sequence,
ICompletionProposal[] proposals)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
ICompletionProposal[] |
IQuickAssistProcessor.computeQuickAssistProposals(IQuickAssistInvocationContext invocationContext)
Returns a list of quick assist and quick fix proposals for the
given invocation context.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateProposal
A template completion proposal.
|
Modifier and Type | Method and Description |
---|---|
ICompletionProposal[] |
TemplateCompletionProcessor.computeCompletionProposals(ITextViewer viewer,
int offset) |
protected ICompletionProposal |
TemplateCompletionProcessor.createProposal(Template template,
TemplateContext context,
IRegion region,
int relevance)
Creates a new proposal.
|
protected ICompletionProposal |
TemplateCompletionProcessor.createProposal(Template template,
TemplateContext context,
Region region,
int relevance)
Deprecated.
use the version specifying
IRegion as third parameter |
Modifier and Type | Method and Description |
---|---|
ICompletionProposal[] |
HippieProposalProcessor.computeCompletionProposals(ITextViewer viewer,
int offset) |
Modifier and Type | Method and Description |
---|---|
void |
KeyBindingSupportForAssistant.selectionChanged(ICompletionProposal proposal,
boolean smartToggle) |
Modifier and Type | Method and Description |
---|---|
ICompletionProposal[] |
SpellingCorrectionProcessor.computeQuickAssistProposals(IQuickAssistInvocationContext quickAssistContext) |
abstract ICompletionProposal[] |
SpellingProblem.getProposals()
Returns the proposals for the incorrectly spelled region.
|
ICompletionProposal[] |
SpellingProblem.getProposals(IQuickAssistInvocationContext context)
Returns the proposals for the incorrectly spelled region.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.