be.lassi.ui.preferences
Class SheetPreferencesValidator
java.lang.Object
be.lassi.ui.preferences.SheetPreferencesValidator
- All Implemented Interfaces:
- com.jgoodies.validation.Validatable
public class SheetPreferencesValidator
- extends java.lang.Object
- implements com.jgoodies.validation.Validatable
Validates Sheet window preferences.
Method Summary |
com.jgoodies.validation.ValidationResult |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SheetPreferencesValidator
public SheetPreferencesValidator(SheetPreferences preferences)
- Constructs a new validator.
- Parameters:
preferences
- the preferences to be validated
validate
public com.jgoodies.validation.ValidationResult validate()
-
- Specified by:
validate
in interface com.jgoodies.validation.Validatable