API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing. InputVerifier View Source
Author(s)
Since
1.3
Version
Serial
Hierarchy
 Object
      InputVerifier
Implements
Subclasses
Description
publicabstract abstract class InputVerifier
  The purpose of this class is to help clients support smooth focus navigation through GUIs with text fields.
See also:   
Constructors
public InputVerifier ()
Methods
Hide/Show inherited methods
public boolean shouldYieldFocus (JComponent input)
  Calls verify(input) to ensure that the input is valid.
publicabstract boolean verify (JComponent input)
  Checks whether the JComponent's input is valid.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar