Uses of Class
org.eclipse.jface.text.DefaultPositionUpdater
-
Packages that use DefaultPositionUpdater Package Description org.eclipse.jface.text.formatter Provides a content formatter add-on for anITextViewer
.org.eclipse.jface.text.rules Provides a framework for rule based text scanning and uses the framework to provide rule-driven default implementations ofIPresentationDamager
,IPresentationRepairer
andIDocumentPartitioner
. -
-
Uses of DefaultPositionUpdater in org.eclipse.jface.text.formatter
Subclasses of DefaultPositionUpdater in org.eclipse.jface.text.formatter Modifier and Type Class Description protected class
MultiPassContentFormatter.NonDeletingPositionUpdater
Position updater that shifts otherwise deleted positions to the next non-whitespace character. -
Uses of DefaultPositionUpdater in org.eclipse.jface.text.rules
Fields in org.eclipse.jface.text.rules declared as DefaultPositionUpdater Modifier and Type Field Description protected DefaultPositionUpdater
DefaultPartitioner. fPositionUpdater
Deprecated.The position updater used to for the default updating of partitionsprotected DefaultPositionUpdater
FastPartitioner. fPositionUpdater
The position updater used to for the default updating of partitionsprotected DefaultPositionUpdater
RuleBasedPartitioner. fPositionUpdater
Deprecated.The position updater used to for the default updating of partitions
-