Uses of Class
org.eclipse.jface.text.BadPartitioningException
Package
Description
Provides a framework for creating and manipulating text documents.
-
Uses of BadPartitioningException in org.eclipse.jface.text
Modifier and TypeMethodDescriptionAbstractDocument.computePartitioning
(String partitioning, int offset, int length, boolean includeZeroLengthPartitions) IDocumentExtension3.computePartitioning
(String partitioning, int offset, int length, boolean includeZeroLengthPartitions) Computes the partitioning of the given document range based on the given partitioning type.AbstractDocument.getContentType
(String partitioning, int offset, boolean preferOpenPartitions) IDocumentExtension3.getContentType
(String partitioning, int offset, boolean preferOpenPartitions) Returns the type of the document partition containing the given offset for the given partitioning.String[]
AbstractDocument.getLegalContentTypes
(String partitioning) String[]
IDocumentExtension3.getLegalContentTypes
(String partitioning) Returns the set of legal content types of document partitions for the given partitioning This set can be empty.AbstractDocument.getPartition
(String partitioning, int offset, boolean preferOpenPartitions) IDocumentExtension3.getPartition
(String partitioning, int offset, boolean preferOpenPartitions) Returns the document partition of the given partitioning in which the given offset is located.