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.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.
|
Modifier and Type | Method and Description |
---|---|
IContextInformation[] |
ISubjectControlContentAssistProcessor.computeContextInformation(IContentAssistSubjectControl contentAssistSubjectControl,
int documentOffset)
Deprecated.
Returns information about possible contexts based on the specified
location within the document that corresponds to the current cursor
position within the content assist subject control.
|
Modifier and Type | Method and Description |
---|---|
void |
ISubjectControlContextInformationPresenter.install(IContextInformation info,
IContentAssistSubjectControl contentAssistSubjectControl,
int offset)
Deprecated.
Installs this presenter for the given context information.
|
void |
SubjectControlContextInformationValidator.install(IContextInformation contextInformation,
IContentAssistSubjectControl contentAssistSubjectControl,
int offset)
Deprecated.
|
void |
ISubjectControlContextInformationValidator.install(IContextInformation info,
IContentAssistSubjectControl contentAssistSubjectControl,
int offset)
Deprecated.
Installs this validator for the given context information.
|
void |
SubjectControlContextInformationValidator.install(IContextInformation contextInformation,
ITextViewer viewer,
int offset)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextInformation
A default implementation of the
IContextInformation interface. |
Modifier and Type | Method and Description |
---|---|
IContextInformation[] |
IContentAssistProcessor.computeContextInformation(ITextViewer viewer,
int offset)
Returns information about possible contexts based on the
specified location within the document that corresponds
to the current cursor position within the text viewer.
|
IContextInformation |
CompletionProposal.getContextInformation() |
IContextInformation |
ICompletionProposal.getContextInformation()
Returns optional context information associated with this proposal.
|
Modifier and Type | Method and Description |
---|---|
void |
IContextInformationValidator.install(IContextInformation info,
ITextViewer viewer,
int offset)
Installs this validator for the given context information.
|
void |
IContextInformationPresenter.install(IContextInformation info,
ITextViewer viewer,
int offset)
Installs this presenter for the given context information.
|
void |
ContextInformationValidator.install(IContextInformation contextInformation,
ITextViewer viewer,
int offset) |
Constructor and Description |
---|
CompletionProposal(String replacementString,
int replacementOffset,
int replacementLength,
int cursorPosition,
Image image,
String displayString,
IContextInformation contextInformation,
String additionalProposalInfo)
Creates a new completion proposal.
|
Modifier and Type | Method and Description |
---|---|
IContextInformation[] |
TemplateCompletionProcessor.computeContextInformation(ITextViewer viewer,
int documentOffset) |
IContextInformation |
TemplateProposal.getContextInformation() |
Modifier and Type | Method and Description |
---|---|
IContextInformation[] |
HippieProposalProcessor.computeContextInformation(ITextViewer viewer,
int offset) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.