Eclipse Platform
Release 3.2

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

Packages that use BadPositionCategoryException
org.eclipse.jface.text Provides a framework for creating and manipulating text documents. 
org.eclipse.jface.text.rules 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 BadPositionCategoryException
 void AbstractDocument.addPosition(java.lang.String category, Position position)
           
 void IDocument.addPosition(java.lang.String category, Position position)
          Adds the position to the specified position category of the document.
 int AbstractDocument.computeIndexInCategory(java.lang.String category, int offset)
           
 int IDocument.computeIndexInCategory(java.lang.String category, int offset)
          Computes the index at which a Position with the specified offset would be inserted into the given category.
 Position[] AbstractDocument.getPositions(java.lang.String category)
           
 Position[] IDocument.getPositions(java.lang.String category)
          Returns all positions of the given position category.
 void AbstractDocument.removePosition(java.lang.String category, Position position)
           
 void IDocument.removePosition(java.lang.String category, Position position)
          Removes the given position from the specified position category.
 void AbstractDocument.removePositionCategory(java.lang.String category)
           
 void IDocument.removePositionCategory(java.lang.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 BadPositionCategoryException
protected  Position[] FastPartitioner.getPositions()
          Returns the partitioners positions.
 


Eclipse Platform
Release 3.2

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.