Uses of Interface
org.eclipse.jface.text.contentassist.IContentAssistProcessor
-
Packages that use IContentAssistProcessor Package Description org.eclipse.jface.contentassist Provides a content assist add-on for implementors ofIContentAssistSubjectControl.org.eclipse.jface.text.contentassist Provides a content assist add-on for anITextViewer.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. -
-
Uses of IContentAssistProcessor in org.eclipse.jface.contentassist
Subinterfaces of IContentAssistProcessor in org.eclipse.jface.contentassist Modifier and Type Interface Description interfaceISubjectControlContentAssistProcessorDeprecated.As of 3.2, replaced by Platform UI's field assist supportConstructors in org.eclipse.jface.contentassist with parameters of type IContentAssistProcessor Constructor Description SubjectControlContextInformationValidator(IContentAssistProcessor processor)Deprecated.Creates a new context information validator which is ready to be installed on a particular context information. -
Uses of IContentAssistProcessor in org.eclipse.jface.text.contentassist
Fields in org.eclipse.jface.text.contentassist declared as IContentAssistProcessor Modifier and Type Field Description IContentAssistProcessorContentAssistEvent. processorThe processor for the current partition.Methods in org.eclipse.jface.text.contentassist that return IContentAssistProcessor Modifier and Type Method Description IContentAssistProcessorContentAssistant. getContentAssistProcessor(String contentType)IContentAssistProcessorIContentAssistant. getContentAssistProcessor(String contentType)Returns the content assist processor to be used for the given content type.Methods in org.eclipse.jface.text.contentassist with parameters of type IContentAssistProcessor Modifier and Type Method Description voidContentAssistant. addContentAssistProcessor(IContentAssistProcessor processor, String contentType)Registers a given content assist processor for a particular content type.voidContentAssistant. setContentAssistProcessor(IContentAssistProcessor processor, String contentType)Registers a given content assist processor for a particular content type.Constructors in org.eclipse.jface.text.contentassist with parameters of type IContentAssistProcessor Constructor Description ContextInformationValidator(IContentAssistProcessor processor)Creates a new context information validator which is ready to be installed on a particular context information. -
Uses of IContentAssistProcessor in org.eclipse.jface.text.templates
Classes in org.eclipse.jface.text.templates that implement IContentAssistProcessor Modifier and Type Class Description classTemplateCompletionProcessorA completion processor that computes template proposals. -
Uses of IContentAssistProcessor in org.eclipse.ui.texteditor
Classes in org.eclipse.ui.texteditor that implement IContentAssistProcessor Modifier and Type Class Description classHippieProposalProcessorA completion proposal computer for hippie word completions. -
Uses of IContentAssistProcessor in org.eclipse.ui.texteditor.templates
Methods in org.eclipse.ui.texteditor.templates that return IContentAssistProcessor Modifier and Type Method Description protected IContentAssistProcessorTemplatePreferencePage.EditTemplateDialog. getTemplateProcessor()Returns the content assist processor that suggests template variables.
-