Eclipse Platform
2.0

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

Packages that use BadPositionCategoryException
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
 

Uses of BadPositionCategoryException in org.eclipse.jface.text
 

Methods in org.eclipse.jface.text that throw BadPositionCategoryException
 void IDocument.removePositionCategory(String category)
          Deletes the position category from the document.
 void IDocument.addPosition(String category, Position position)
          Adds the position to the specified position category of the document.
 void IDocument.removePosition(String category, Position position)
          Removes the given position from the specified position category.
 Position[] IDocument.getPositions(String category)
          Returns all positions of the given position category.
 int IDocument.computeIndexInCategory(String category, int offset)
          Computes the index at which a Position with the specified offset would be inserted into the given category.
 void AbstractDocument.addPosition(String category, Position position)
           
 int AbstractDocument.computeIndexInCategory(String category, int offset)
           
 Position[] AbstractDocument.getPositions(String category)
           
 void AbstractDocument.removePosition(String category, Position position)
           
 void AbstractDocument.removePositionCategory(String category)
           
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.