net.sf.fmj.ui.objeditor
Class ComponentValidator
java.lang.Object
net.sf.fmj.ui.objeditor.ComponentValidator
public class ComponentValidator
- extends java.lang.Object
- Author:
- Ken Larson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentValidator
public ComponentValidator()
validateNotEmpty
public void validateNotEmpty(javax.swing.JTextField f,
javax.swing.JLabel label)
throws ComponentValidationException
- Throws:
ComponentValidationException
validateNotEmpty
public void validateNotEmpty(javax.swing.JComboBox c,
javax.swing.JLabel label)
throws ComponentValidationException
- Throws:
ComponentValidationException
validateInteger
public void validateInteger(javax.swing.JComboBox c,
javax.swing.JLabel label)
throws ComponentValidationException
- Throws:
ComponentValidationException
validateInteger
public void validateInteger(javax.swing.JTextField f,
javax.swing.JLabel label)
throws ComponentValidationException
- Throws:
ComponentValidationException