Eclipse Platform
2.0

org.eclipse.jface.text.rules
Interface IWordDetector


public interface IWordDetector

Defines the interface by which WordRule determines whether a given character is valid as part of a word in the current context.


Method Summary
 boolean isWordPart(char c)
          Returns whether the specified character is valid as a subsequent character in a word.
 boolean isWordStart(char c)
          Returns whether the specified character is valid as the first character in a word.
 

Method Detail

isWordStart

public boolean isWordStart(char c)
Returns whether the specified character is valid as the first character in a word.


isWordPart

public boolean isWordPart(char c)
Returns whether the specified character is valid as a subsequent character in a word.


Eclipse Platform
2.0

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