| org.netbeans.editor.Acceptor
Acceptor | public interface Acceptor (Code) | | Accept or reject given character. The advance is that accepting can be done
by code so the methods from java.lang.Character can be used and mixed.
author: Jaroslav Tulach version: 1.00 |
Method Summary | |
public boolean | accept(char ch) |
accept | public boolean accept(char ch)(Code) | | Accept or reject character
true to accept the given character or false to not accept it |
|
|