jautil
Interface JAOptions.KeyChecker

Enclosing class:
JAOptions

public static interface JAOptions.KeyChecker

Key validity checking interface -- used when checking that a given preference key is valid in the context of an applet, as opposed to an app.


Method Summary
 boolean keyIsOK(java.lang.String key)
           
 

Method Detail

keyIsOK

boolean keyIsOK(java.lang.String key)