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.
|
org.eclipse.ui.texteditor.templates |
Application programming interfaces for interaction
with the Eclipse text editor template support.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISubjectControlContentAssistProcessor
Deprecated.
As of 3.2, replaced by Platform UI's field assist support
|
Constructor and Description |
---|
SubjectControlContextInformationValidator(IContentAssistProcessor processor)
Deprecated.
Creates a new context information validator which is ready to be installed on
a particular context information.
|
Modifier and Type | Field and Description |
---|---|
IContentAssistProcessor |
ContentAssistEvent.processor
The processor for the current partition.
|
Modifier and Type | Method and Description |
---|---|
IContentAssistProcessor |
ContentAssistant.getContentAssistProcessor(String contentType) |
IContentAssistProcessor |
IContentAssistant.getContentAssistProcessor(String contentType)
Returns the content assist processor to be used for the given content type.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentAssistant.setContentAssistProcessor(IContentAssistProcessor processor,
String contentType)
Registers a given content assist processor for a particular content type.
|
Constructor and Description |
---|
ContextInformationValidator(IContentAssistProcessor processor)
Creates a new context information validator which is ready to be installed on
a particular context information.
|
Modifier and Type | Class and Description |
---|---|
class |
TemplateCompletionProcessor
A completion processor that computes template proposals.
|
Modifier and Type | Class and Description |
---|---|
class |
HippieProposalProcessor
A completion proposal computer for hippie word completions.
|
Modifier and Type | Method and Description |
---|---|
protected IContentAssistProcessor |
TemplatePreferencePage.EditTemplateDialog.getTemplateProcessor()
Returns the content assist processor that
suggests template variables.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.