Uses of Class
org.eclipse.jface.text.TypedPosition
Packages that use TypedPosition
Package
Description
Provides a framework for rule based text scanning
and uses the framework to provide rule-driven default implementations of
IPresentationDamager, IPresentationRepairer and IDocumentPartitioner.-
Uses of TypedPosition in org.eclipse.jface.text.rules
Methods in org.eclipse.jface.text.rules that return TypedPositionModifier and TypeMethodDescriptionprotected TypedPositionDefaultPartitioner.findClosestPosition(int offset) Deprecated, for removal: This API element is subject to removal in a future version.Returns the position in the partitoner's position category which is close to the given offset.protected TypedPositionFastPartitioner.findClosestPosition(int offset) Returns the position in the partitoner's position category which is close to the given offset.protected TypedPositionRuleBasedPartitioner.findClosestPosition(int offset) Deprecated.Returns the position in the partitoner's position category which is close to the given offset.