Eclipse Platform
2.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.


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.