Uses of Interface
org.eclipse.jface.text.IInformationControlCreator
-
Packages that use IInformationControlCreator Package Description org.eclipse.jface.text Provides a framework for creating and manipulating text documents.org.eclipse.jface.text.contentassist Provides a content assist add-on for anITextViewer.org.eclipse.jface.text.information Provides an information provider add-on for anITextViewer.org.eclipse.jface.text.quickassist This package provides the quick assist assistant add-on for anISourceViewer.org.eclipse.jface.text.revisions Provides a revision model and a protocol to display revision information in a vertical ruler column.org.eclipse.jface.text.source Provides a framework for connecting document regions with annotations and for displaying those.org.eclipse.jface.text.source.projection This package provides the UI part for projection documents of which the most important part is the projection viewer.org.eclipse.jface.text.templates Application programming interfaces for interaction with the Eclipse text template support. -
-
Uses of IInformationControlCreator in org.eclipse.jface.text
Classes in org.eclipse.jface.text that implement IInformationControlCreator Modifier and Type Class Description classAbstractReusableInformationControlCreatorAbstract class for a reusable information control creators.Fields in org.eclipse.jface.text declared as IInformationControlCreator Modifier and Type Field Description protected IInformationControlCreatorTextViewer. fHoverControlCreatorThe creator of the text hover controlprotected IInformationControlCreatorAbstractInformationControlManager. fInformationControlCreatorThe information control creator.Methods in org.eclipse.jface.text that return IInformationControlCreator Modifier and Type Method Description IInformationControlCreatorITextHoverExtension. getHoverControlCreator()Returns the hover control creator of this text hover ornullIInformationControlCreatorAbstractInformationControl. getInformationPresenterControlCreator()Returns the rich information control creator for this information control.IInformationControlCreatorDefaultInformationControl. getInformationPresenterControlCreator()IInformationControlCreatorIInformationControlExtension5. getInformationPresenterControlCreator()Returns the rich information control creator for this information control.Methods in org.eclipse.jface.text with parameters of type IInformationControlCreator Modifier and Type Method Description booleanAbstractReusableInformationControlCreator. canReplace(IInformationControlCreator creator)booleanIInformationControlCreatorExtension. canReplace(IInformationControlCreator creator)Tests whether this information control creator can replace the given information control creator.protected voidAbstractInformationControlManager. setCustomInformationControlCreator(IInformationControlCreator informationControlCreator)Sets the temporary custom control creator, overriding this manager's default information control creator.voidTextViewer. setHoverControlCreator(IInformationControlCreator creator)Sets the creator for the hover controls.Constructors in org.eclipse.jface.text with parameters of type IInformationControlCreator Constructor Description AbstractHoverInformationControlManager(IInformationControlCreator creator)Creates a new hover information control manager using the given information control creator.AbstractInformationControlManager(IInformationControlCreator creator)Creates a new information control manager using the given information control creator. -
Uses of IInformationControlCreator in org.eclipse.jface.text.contentassist
Methods in org.eclipse.jface.text.contentassist that return IInformationControlCreator Modifier and Type Method Description IInformationControlCreatorICompletionProposalExtension3. getInformationControlCreator()Returns the information control creator of this completion proposal.Methods in org.eclipse.jface.text.contentassist with parameters of type IInformationControlCreator Modifier and Type Method Description voidContentAssistant. setInformationControlCreator(IInformationControlCreator creator)Sets the information control creator for the additional information control. -
Uses of IInformationControlCreator in org.eclipse.jface.text.information
Methods in org.eclipse.jface.text.information that return IInformationControlCreator Modifier and Type Method Description IInformationControlCreatorIInformationProviderExtension2. getInformationPresenterControlCreator()Returns the information control creator of this information provider.Constructors in org.eclipse.jface.text.information with parameters of type IInformationControlCreator Constructor Description InformationPresenter(IInformationControlCreator creator)Creates a new information presenter that uses the given information control creator. -
Uses of IInformationControlCreator in org.eclipse.jface.text.quickassist
Methods in org.eclipse.jface.text.quickassist with parameters of type IInformationControlCreator Modifier and Type Method Description voidIQuickAssistAssistant. setInformationControlCreator(IInformationControlCreator creator)Sets the information control creator for the additional information control.voidQuickAssistAssistant. setInformationControlCreator(IInformationControlCreator creator) -
Uses of IInformationControlCreator in org.eclipse.jface.text.revisions
Methods in org.eclipse.jface.text.revisions that return IInformationControlCreator Modifier and Type Method Description IInformationControlCreatorRevisionInformation. getHoverControlCreator()IInformationControlCreatorRevisionInformation. getInformationPresenterControlCreator()Returns the information control creator of this information provider.Methods in org.eclipse.jface.text.revisions with parameters of type IInformationControlCreator Modifier and Type Method Description voidRevisionInformation. setHoverControlCreator(IInformationControlCreator creator)Sets the hover control creator.voidRevisionInformation. setInformationPresenterControlCreator(IInformationControlCreator creator)Sets the information presenter control creator. -
Uses of IInformationControlCreator in org.eclipse.jface.text.source
Methods in org.eclipse.jface.text.source that return IInformationControlCreator Modifier and Type Method Description IInformationControlCreatorIAnnotationHoverExtension. getHoverControlCreator()Returns the hover control creator of this annotation hover.IInformationControlCreatorLineChangeHover. getHoverControlCreator()IInformationControlCreatorSourceViewerConfiguration. getInformationControlCreator(ISourceViewer sourceViewer)Returns the information control creator.IInformationControlCreatorLineChangeHover. getInformationPresenterControlCreator()Constructors in org.eclipse.jface.text.source with parameters of type IInformationControlCreator Constructor Description AnnotationBarHoverManager(ISourceViewer sourceViewer, IVerticalRuler ruler, IAnnotationHover annotationHover, IInformationControlCreator creator)Deprecated.AnnotationBarHoverManager(IVerticalRulerInfo rulerInfo, ISourceViewer sourceViewer, IAnnotationHover annotationHover, IInformationControlCreator creator)Creates an annotation hover manager with the given parameters. -
Uses of IInformationControlCreator in org.eclipse.jface.text.source.projection
Methods in org.eclipse.jface.text.source.projection with parameters of type IInformationControlCreator Modifier and Type Method Description voidProjectionSupport. setHoverControlCreator(IInformationControlCreator creator)Sets the hover control creator that is used for the annotation hovers that are shown in the projection viewer's projection ruler column.voidProjectionSupport. setInformationPresenterControlCreator(IInformationControlCreator creator)Sets the information presenter control creator that is used for the annotation hovers that are shown in the projection viewer's projection ruler column. -
Uses of IInformationControlCreator in org.eclipse.jface.text.templates
Methods in org.eclipse.jface.text.templates that return IInformationControlCreator Modifier and Type Method Description IInformationControlCreatorTemplateProposal. getInformationControlCreator()Methods in org.eclipse.jface.text.templates with parameters of type IInformationControlCreator Modifier and Type Method Description voidTemplateProposal. setInformationControlCreator(IInformationControlCreator informationControlCreator)Sets the information control creator for this completion proposal.
-