org.openoffice.ide.eclipse.core.editors.syntax
Class UnoidlWhiteSpaceDetector

java.lang.Object
  extended by org.openoffice.ide.eclipse.core.editors.syntax.UnoidlWhiteSpaceDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWhitespaceDetector

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

A basic rule to detect the white spaces in the text.

Author:
cedricbosdo

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

Constructor Detail

UnoidlWhiteSpaceDetector

public UnoidlWhiteSpaceDetector()
Method Detail

isWhitespace

public boolean isWhitespace(char pChar)

Specified by:
isWhitespace in interface org.eclipse.jface.text.rules.IWhitespaceDetector