Uses of Interface
org.eclipse.jface.text.contentassist.IContextInformationValidator
-
Packages that use IContextInformationValidator 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. -
-
Uses of IContextInformationValidator in org.eclipse.jface.contentassist
Subinterfaces of IContextInformationValidator in org.eclipse.jface.contentassist Modifier and Type Interface Description interfaceISubjectControlContextInformationValidatorDeprecated.As of 3.2, replaced by Platform UI's field assist supportClasses in org.eclipse.jface.contentassist that implement IContextInformationValidator Modifier and Type Class Description classSubjectControlContextInformationValidatorDeprecated.As of 3.2, replaced by Platform UI's field assist support -
Uses of IContextInformationValidator in org.eclipse.jface.text.contentassist
Classes in org.eclipse.jface.text.contentassist that implement IContextInformationValidator Modifier and Type Class Description classContextInformationValidatorA default implementation of theIContextInfomationValidatorinterface.Methods in org.eclipse.jface.text.contentassist that return IContextInformationValidator Modifier and Type Method Description IContextInformationValidatorIContentAssistProcessor. getContextInformationValidator()Returns a validator used to determine when displayed context information should be dismissed. -
Uses of IContextInformationValidator in org.eclipse.jface.text.templates
Methods in org.eclipse.jface.text.templates that return IContextInformationValidator Modifier and Type Method Description IContextInformationValidatorTemplateCompletionProcessor. getContextInformationValidator() -
Uses of IContextInformationValidator in org.eclipse.ui.texteditor
Methods in org.eclipse.ui.texteditor that return IContextInformationValidator Modifier and Type Method Description IContextInformationValidatorHippieProposalProcessor. getContextInformationValidator()
-