Package | Description |
---|---|
jautil |
Provides utility classes for the Java ARP avatar subsystem.
|
Modifier and Type | Method and Description |
---|---|
BasicOptionSet |
JAOptions.getStandardAvatarOptions()
Returns the standard avatar option set.
|
Constructor and Description |
---|
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. |