Uses of Interface
org.xnap.util.prefs.Validator

Packages that use Validator
org.xnap.util Provides common utility and preferences classes. 
org.xnap.util.prefs Provides validator classes for the preferences. 
 

Uses of Validator in org.xnap.util
 

Methods in org.xnap.util with parameters of type Validator
 void AbstractPluginPreferences.setDefault(java.lang.String key, java.lang.String value, Validator validator)
           
 void AbstractPreferences.setDefault(java.lang.String key, java.lang.String value, Validator validator)
          Sets a default property.
 

Uses of Validator in org.xnap.util.prefs
 

Classes in org.xnap.util.prefs that implement Validator
 class IntValidator
          An integer validator.
 class PortRangeValidator
          A port range validator.
 class StringValidator
          A string validator.
 class TreeTableColumnsValidator
          A validator for tree table column preferences.
 



Copyright © 2001-2005 XNap Team. All Rights Reserved.