biouml.editor
Class Preferences
- public class Preferences
- implements ApplicationRegistry, Cloneable
clone
public Object clone()
getCheckModulesOnStartup
public boolean getCheckModulesOnStartup()
getMapRegistry
public MapRegistry getMapRegistry()
getRepositoryPath
public String getRepositoryPath()
setCheckModulesOnStartup
public void setCheckModulesOnStartup(boolean checkModulesOnStartup)
setMapRegistry
public void setMapRegistry(MapRegistry mapRegistry)
setRepositoryPath
public void setRepositoryPath(String repositoryPath)
to Class java.lang.String
to Class com.developmentontheedge.application.MapRegistry
BOTTOM