Uses of Interface
org.eclipse.jface.text.IInformationControlCreator
Package
Description
Provides a framework for creating and manipulating text documents.
Provides a content assist add-on for an
ITextViewer
.Provides an information provider add-on for an
ITextViewer
.This package provides the quick assist assistant add-on for an
ISourceViewer
.Provides a revision model and a protocol to display revision information in a vertical ruler column.
Provides a framework for connecting document regions
with annotations and for displaying those.
This package provides the UI part for projection documents of which the most important part is the projection viewer.
Application programming interfaces for interaction
with the Eclipse text template support.
-
Uses of IInformationControlCreator in org.eclipse.jface.text
Modifier and TypeClassDescriptionclass
Abstract class for a reusable information control creators.Modifier and TypeFieldDescriptionprotected IInformationControlCreator
TextViewer.fHoverControlCreator
The creator of the text hover controlprotected IInformationControlCreator
AbstractInformationControlManager.fInformationControlCreator
The information control creator.Modifier and TypeMethodDescriptionITextHoverExtension.getHoverControlCreator()
Returns the hover control creator of this text hover ornull
AbstractInformationControl.getInformationPresenterControlCreator()
Returns the rich information control creator for this information control.DefaultInformationControl.getInformationPresenterControlCreator()
IInformationControlExtension5.getInformationPresenterControlCreator()
Returns the rich information control creator for this information control.Modifier and TypeMethodDescriptionboolean
AbstractReusableInformationControlCreator.canReplace
(IInformationControlCreator creator) boolean
IInformationControlCreatorExtension.canReplace
(IInformationControlCreator creator) Tests whether this information control creator can replace the given information control creator.protected void
AbstractInformationControlManager.setCustomInformationControlCreator
(IInformationControlCreator informationControlCreator) Sets the temporary custom control creator, overriding this manager's default information control creator.void
TextViewer.setHoverControlCreator
(IInformationControlCreator creator) Sets the creator for the hover controls.ModifierConstructorDescriptionprotected
Creates a new hover information control manager using the given information control creator.protected
Creates a new information control manager using the given information control creator. -
Uses of IInformationControlCreator in org.eclipse.jface.text.contentassist
Modifier and TypeMethodDescriptionICompletionProposalExtension3.getInformationControlCreator()
Returns the information control creator of this completion proposal.Modifier and TypeMethodDescriptionvoid
ContentAssistant.setInformationControlCreator
(IInformationControlCreator creator) Sets the information control creator for the additional information control. -
Uses of IInformationControlCreator in org.eclipse.jface.text.information
Modifier and TypeMethodDescriptionIInformationProviderExtension2.getInformationPresenterControlCreator()
Returns the information control creator of this information provider.ModifierConstructorDescriptionCreates a new information presenter that uses the given information control creator. -
Uses of IInformationControlCreator in org.eclipse.jface.text.quickassist
Modifier and TypeMethodDescriptionvoid
IQuickAssistAssistant.setInformationControlCreator
(IInformationControlCreator creator) Sets the information control creator for the additional information control.void
QuickAssistAssistant.setInformationControlCreator
(IInformationControlCreator creator) -
Uses of IInformationControlCreator in org.eclipse.jface.text.revisions
Modifier and TypeMethodDescriptionRevisionInformation.getHoverControlCreator()
RevisionInformation.getInformationPresenterControlCreator()
Returns the information control creator of this information provider.Modifier and TypeMethodDescriptionvoid
RevisionInformation.setHoverControlCreator
(IInformationControlCreator creator) Sets the hover control creator.void
RevisionInformation.setInformationPresenterControlCreator
(IInformationControlCreator creator) Sets the information presenter control creator. -
Uses of IInformationControlCreator in org.eclipse.jface.text.source
Modifier and TypeMethodDescriptionIAnnotationHoverExtension.getHoverControlCreator()
Returns the hover control creator of this annotation hover.LineChangeHover.getHoverControlCreator()
SourceViewerConfiguration.getInformationControlCreator
(ISourceViewer sourceViewer) Returns the information control creator.LineChangeHover.getInformationPresenterControlCreator()
ModifierConstructorDescriptionAnnotationBarHoverManager
(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
Modifier and TypeMethodDescriptionvoid
ProjectionSupport.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.void
ProjectionSupport.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
Modifier and TypeMethodDescriptionfinal void
TemplateProposal.setInformationControlCreator
(IInformationControlCreator informationControlCreator) Sets the information control creator for this completion proposal.
AnnotationBarHoverManager(IVerticalRulerInfo, ISourceViewer, IAnnotationHover, IInformationControlCreator)