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.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 ( String category, Position position)
           
 void IDocument. addPosition ( String category, Position position)
          Adds the position to the specified position category of the document.
 int AbstractDocument. computeIndexInCategory ( String category, int offset)
           
 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.
  Position[] AbstractDocument. getPositions ( String category)
           
  Position[] IDocument. getPositions ( String category)
          Returns all positions of the given position category.
  Position[] AbstractDocument. getPositions ( String category, int offset, int length, boolean canStartBefore, boolean canEndAfter)
          Returns all positions of the given category that are inside the given region.
 void AbstractDocument. removePosition ( String category, Position position)
           
 void IDocument. removePosition ( String category, Position position)
          Removes the given position from the specified position category.
 void AbstractDocument. removePositionCategory ( String category)
           
 void IDocument. removePositionCategory ( 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.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