Uses of Package
org.eclipse.jface.text.presentation
Package
Description
Provides a presentation reconciler add-on for an
ITextViewer
.Provides a framework for rule based text scanning
and uses the framework to provide rule-driven default implementations of
IPresentationDamager
, IPresentationRepairer
and IDocumentPartitioner
.Provides a framework for connecting document regions
with annotations and for displaying those.
-
ClassDescriptionA presentation damager is a strategy used by a presentation reconciler to determine the region of the document's presentation which must be rebuilt because of a document change.An
IPresentationReconciler
defines and maintains the representation of a text viewer's document in the presence of changes applied to the document.Extension interface forIPresentationReconciler
.A presentation repairer is a strategy used by a presentation reconciler to rebuild a damaged region in a document's presentation. -
ClassDescriptionA presentation damager is a strategy used by a presentation reconciler to determine the region of the document's presentation which must be rebuilt because of a document change.A presentation repairer is a strategy used by a presentation reconciler to rebuild a damaged region in a document's presentation.
-
ClassDescriptionAn
IPresentationReconciler
defines and maintains the representation of a text viewer's document in the presence of changes applied to the document.