Uses of Class
org.eclipse.jface.text.BadPositionCategoryException
Packages that use BadPositionCategoryException
Package
Description
Provides a framework for creating and manipulating text documents.
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 BadPositionCategoryException in org.eclipse.jface.text
Methods in org.eclipse.jface.text that throw BadPositionCategoryExceptionModifier and TypeMethodDescriptionvoidAbstractDocument.addPosition(String category, Position position) voidIDocument.addPosition(String category, Position position) Adds the position to the specified position category of the document.intAbstractDocument.computeIndexInCategory(String category, int offset) intIDocument.computeIndexInCategory(String category, int offset) Computes the index at which aPositionwith the specified offset would be inserted into the given category.Position[]AbstractDocument.getPositions(String category) Position[]AbstractDocument.getPositions(String category, int offset, int length, boolean canStartBefore, boolean canEndAfter) Returns all positions of the given category that are inside the given region.Position[]IDocument.getPositions(String category) Returns all positions of the given position category.voidAbstractDocument.removePosition(String category, Position position) voidIDocument.removePosition(String category, Position position) Removes the given position from the specified position category.voidAbstractDocument.removePositionCategory(String category) voidIDocument.removePositionCategory(String category) Deletes the position category from the document. -
Uses of BadPositionCategoryException in org.eclipse.jface.text.rules
Methods in org.eclipse.jface.text.rules that throw BadPositionCategoryExceptionModifier and TypeMethodDescriptionprotected final Position[]FastPartitioner.getPositions()Returns the partitioners positions.