|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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)
|
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.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.