HEADER

biouml.editor
Class Preferences


public class Preferences
implements ApplicationRegistry, Cloneable


Method Summary
 Objectclone()
           
 booleangetCheckModulesOnStartup()
           
 MapRegistrygetMapRegistry()
           
 StringgetRepositoryPath()
           
 voidsetCheckModulesOnStartup(boolean checkModulesOnStartup)
           
 voidsetMapRegistry(MapRegistry mapRegistry)
           
 voidsetRepositoryPath(String repositoryPath)
           

Method Detail

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)

Association Links

to Class java.lang.String

to Class com.developmentontheedge.application.MapRegistry


FOOTER

BOTTOM