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

org.eclipse.jface.text.rules
Interface IPartitionTokenScanner

All Superinterfaces:
ITokenScanner
All Known Implementing Classes:
RuleBasedPartitionScanner

public interface IPartitionTokenScanner
extends ITokenScanner

A partition token scanner returns tokens that represent partitions. For that reason, a partition token scanner is vulnerable in respect to the document offset it starts scanning. In a simple case, a partition token scanner must always start at a partition boundary. A partition token scanner can also start in the middle of a partition, if it knows the type of the partition.

Since:
2.0

Method Summary
 void setPartialRange ( IDocument document, int offset, int length, String contentType, int partitionOffset)
          Configures the scanner by providing access to the document range that should be scanned.
 
Methods inherited from interface org.eclipse.jface.text.rules. ITokenScanner
getTokenLength, getTokenOffset, nextToken, setRange
 

Method Detail

setPartialRange

void setPartialRange(
IDocument document,
                     int offset,
                     int length,
                     
String contentType,
                     int partitionOffset)
Configures the scanner by providing access to the document range that should be scanned. The range may no only contain complete partitions but starts at the beginning of a line in the middle of a partition of the given content type. This requires that a partition delimiter can not contain a line delimiter.

Parameters:
document - the document to scan
offset - the offset of the document range to scan
length - the length of the document range to scan
contentType - the content type at the given offset
partitionOffset - the offset at which the partition of the given offset starts

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