Uses of Interface
org.eclipse.jface.text.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
Modifier and TypeInterfaceDescriptioninterface
Deprecated.As of 3.2, replaced by Platform UI's field assist supportModifier and TypeClassDescriptionclass
Deprecated.As of 3.2, replaced by Platform UI's field assist support * -
Uses of ITextViewerLifecycle in org.eclipse.jface.text.codemining
Modifier and TypeClassDescriptionclass
A reconciler which update code minings. -
Uses of ITextViewerLifecycle in org.eclipse.jface.text.contentassist
Modifier and TypeInterfaceDescriptioninterface
AnIContentAssistant
provides support on interactive content completion.Modifier and TypeClassDescriptionclass
The standard implementation of theIContentAssistant
interface. -
Uses of ITextViewerLifecycle in org.eclipse.jface.text.hyperlink
Modifier and TypeInterfaceDescriptioninterface
A hyperlink presenter shows hyperlinks on the installed text viewer and allows to pick one on of the hyperlinks.Modifier 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
Modifier and TypeInterfaceDescriptioninterface
An information presenter shows information available at the text viewer's current document position.Modifier and TypeClassDescriptionclass
Standard implementation ofIInformationPresenter
. -
Uses of ITextViewerLifecycle in org.eclipse.jface.text.presentation
Modifier and TypeInterfaceDescriptioninterface
AnIPresentationReconciler
defines and maintains the representation of a text viewer's document in the presence of changes applied to the document.Modifier and TypeClassDescriptionclass
Standard implementation ofIPresentationReconciler
. -
Uses of ITextViewerLifecycle in org.eclipse.jface.text.reconciler
Modifier 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.Modifier and TypeClassDescriptionclass
Abstract implementation ofIReconciler
.class
Standard implementation ofIReconciler
.class
Standard implementation ofIReconciler
.