org.sintef.mofscript.editor
Class WhitespaceDetector

java.lang.Object
  extended by org.sintef.mofscript.editor.WhitespaceDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWhitespaceDetector

public class WhitespaceDetector
extends java.lang.Object
implements org.eclipse.jface.text.rules.IWhitespaceDetector

A white space detector.


Constructor Summary
WhitespaceDetector()
           
 
Method Summary
 boolean isWhitespace(char character)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhitespaceDetector

public WhitespaceDetector()
Method Detail

isWhitespace

public boolean isWhitespace(char character)
Specified by:
isWhitespace in interface org.eclipse.jface.text.rules.IWhitespaceDetector