Eclipse Platform
Release 3.0

org.eclipse.jface.text.rules
Interface IWhitespaceDetector


public interface IWhitespaceDetector

Defines the interface by which WhitespaceRule determines whether a given character is to be considered whitespace in the current context.


Method Summary
 boolean isWhitespace(char c)
          Returns whether the specified character is whitespace.
 

Method Detail

isWhitespace

public boolean isWhitespace(char c)
Returns whether the specified character is whitespace.

Parameters:
c - the character to be checked
Returns:
true if the specified character is a whitespace char

Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.