Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.jface.text.BadPartitioningException

Packages that use BadPartitioningException
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
 

Uses of BadPartitioningException in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text that throw BadPartitioningException
  ITypedRegion[] AbstractDocument. computePartitioning ( String partitioning, int offset, int length, boolean includeZeroLengthPartitions)
           
  ITypedRegion[] IDocumentExtension3. computePartitioning ( String partitioning, int offset, int length, boolean includeZeroLengthPartitions)
          Computes the partitioning of the given document range based on the given partitioning type.
  String AbstractDocument. getContentType ( String partitioning, int offset, boolean preferOpenPartitions)
           
  String 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.
  ITypedRegion AbstractDocument. getPartition ( String partitioning, int offset, boolean preferOpenPartitions)
           
  ITypedRegion IDocumentExtension3. getPartition ( String partitioning, int offset, boolean preferOpenPartitions)
          Returns the document partition of the given partitioning in which the given offset is located.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire