|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigXML | |
edu.ucsb.nceas.morpho | |
edu.ucsb.nceas.morpho.datapackage |
Uses of ConfigXML in edu.ucsb.nceas.morpho |
Methods in edu.ucsb.nceas.morpho that return ConfigXML | |
static ConfigXML |
Morpho.getConfiguration()
Get the configuration object associated with the framework. |
ConfigXML |
Morpho.getProfile()
Get the profile ConfigXML for the currently logged in user. |
Methods in edu.ucsb.nceas.morpho with parameters of type ConfigXML | |
void |
Morpho.setProfile(ConfigXML newProfile)
Set the profile for the currently logged in user (on startup, or when switching profiles). |
void |
Morpho.setProfileDontLogin(ConfigXML newProfile)
Set the profile for the currently logged in user, but does not popup a login dialog |
static void |
Morpho.initializeLogging(ConfigXML config)
Set up the logging system during startup |
Constructors in edu.ucsb.nceas.morpho with parameters of type ConfigXML | |
Morpho(ConfigXML config)
Creates a new instance of Morpho |
Uses of ConfigXML in edu.ucsb.nceas.morpho.datapackage |
Fields in edu.ucsb.nceas.morpho.datapackage declared as ConfigXML | |
protected ConfigXML |
AbstractDataPackage.config
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |