Class TextFieldVerifier

java.lang.Object
javax.swing.InputVerifier
noaa.coastwatch.gui.value.TextFieldVerifier
All Implemented Interfaces:
ActionListener, EventListener

public class TextFieldVerifier extends InputVerifier implements ActionListener
A TextFieldVerifier attaches to a JTextField and verifies that the string conforms to a certain format. The verifier uses a TextFieldVerifierImp object to determine correctness and to detect changes in the field value.
Since:
3.3.2
Author:
Peter Hollemans