Uses of Class
jautil.BasicOptionSet

Packages that use BasicOptionSet
jautil Provides utility classes for the Java ARP avatar subsystem. 
 

Uses of BasicOptionSet in jautil
 

Methods in jautil that return BasicOptionSet
 BasicOptionSet JAOptions.getStandardAvatarOptions()
          Returns the standard avatar option set.
 

Constructors in jautil with parameters of type BasicOptionSet
BasicOptionSet(BasicOptionSet backup, java.net.URL baseurl, java.util.Properties props)
          Constructs a simple BasicOptionSet with the given backup option set, base url and defining properties, but with no key validator, preferences handler or preferences node.
BasicOptionSet(BasicOptionSet backup, java.net.URL baseurl, java.net.URL propsurl, JAPreferencesHandler japhdlr, java.lang.String prefsname)
          BasicOptionSet constructor with a null valid keys filter and no preferences update.
BasicOptionSet(BasicOptionSet backup, java.net.URL baseurl, java.net.URL propsurl, JAPreferencesHandler japhdlr, java.lang.String prefsname, boolean updateprefs)
          BasicOptionSet constructor with a null valid keys filter.
BasicOptionSet(JAOptions.KeyChecker keychckr, BasicOptionSet backup, java.net.URL baseurl, java.net.URL propsurl, JAPreferencesHandler japhdlr, java.lang.String prefsname, boolean updateprefs)
          BasicOptionSet constructor.