Uses of Interface
org.eclipse.jface.text.ITextViewerLifecycle
Packages that use ITextViewerLifecycle
Package
Description
Provides a content assist add-on for implementors of
IContentAssistSubjectControl
.Provides a content assist add-on for an
ITextViewer
.Provides support for detecting and displaying hyperlinks in
ISourceViewer
s.Provides an information provider add-on for an
ITextViewer
.Provides a presentation reconciler add-on for an
ITextViewer
.Provides a reconciler add-on for an
ITextViewer
.-
Uses of ITextViewerLifecycle in org.eclipse.jface.contentassist
Subinterfaces of ITextViewerLifecycle in org.eclipse.jface.contentassistModifier and TypeInterfaceDescriptioninterface
Deprecated.As of 3.2, replaced by Platform UI's field assist supportClasses in org.eclipse.jface.contentassist that implement ITextViewerLifecycleModifier and TypeClassDescriptionclass
Deprecated.As of 3.2, replaced by Platform UI's field assist support * -
Uses of ITextViewerLifecycle in org.eclipse.jface.text.codemining
Classes in org.eclipse.jface.text.codemining that implement ITextViewerLifecycleModifier and TypeClassDescriptionclass
A reconciler which update code minings. -
Uses of ITextViewerLifecycle in org.eclipse.jface.text.contentassist
Subinterfaces of ITextViewerLifecycle in org.eclipse.jface.text.contentassistModifier and TypeInterfaceDescriptioninterface
AnIContentAssistant
provides support on interactive content completion.Classes in org.eclipse.jface.text.contentassist that implement ITextViewerLifecycleModifier and TypeClassDescriptionclass
The standard implementation of theIContentAssistant
interface. -
Uses of ITextViewerLifecycle in org.eclipse.jface.text.hyperlink
Subinterfaces of ITextViewerLifecycle in org.eclipse.jface.text.hyperlinkModifier and TypeInterfaceDescriptioninterface
A hyperlink presenter shows hyperlinks on the installed text viewer and allows to pick one on of the hyperlinks.Classes in org.eclipse.jface.text.hyperlink that implement ITextViewerLifecycleModifier and TypeClassDescriptionclass
The default hyperlink presenter underlines the link and colors the line and the text with the given color.class
A hyperlink presenter capable of showing multiple hyperlinks in a hover. -
Uses of ITextViewerLifecycle in org.eclipse.jface.text.information
Subinterfaces of ITextViewerLifecycle in org.eclipse.jface.text.informationModifier and TypeInterfaceDescriptioninterface
An information presenter shows information available at the text viewer's current document position.Classes in org.eclipse.jface.text.information that implement ITextViewerLifecycleModifier and TypeClassDescriptionclass
Standard implementation ofIInformationPresenter
. -
Uses of ITextViewerLifecycle in org.eclipse.jface.text.presentation
Subinterfaces of ITextViewerLifecycle in org.eclipse.jface.text.presentationModifier and TypeInterfaceDescriptioninterface
AnIPresentationReconciler
defines and maintains the representation of a text viewer's document in the presence of changes applied to the document.Classes in org.eclipse.jface.text.presentation that implement ITextViewerLifecycleModifier and TypeClassDescriptionclass
Standard implementation ofIPresentationReconciler
. -
Uses of ITextViewerLifecycle in org.eclipse.jface.text.reconciler
Subinterfaces of ITextViewerLifecycle in org.eclipse.jface.text.reconcilerModifier and TypeInterfaceDescriptioninterface
AnIReconciler
defines and maintains a model of the content of the text viewer's document in the presence of changes applied to this document.Classes in org.eclipse.jface.text.reconciler that implement ITextViewerLifecycleModifier and TypeClassDescriptionclass
Abstract implementation ofIReconciler
.class
Standard implementation ofIReconciler
.class
Standard implementation ofIReconciler
.