org.radrails.rails.internal.ui.editors.css
Class HTMLCSSWhitespaceDetector

java.lang.Object
  extended byorg.radrails.rails.internal.ui.editors.css.HTMLCSSWhitespaceDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWhitespaceDetector

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

Whitespace detector for the HTML and CSS source editors.

Version:
0.4.1
Author:
mbaumbach

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

Constructor Detail

HTMLCSSWhitespaceDetector

public HTMLCSSWhitespaceDetector()
Method Detail

isWhitespace

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