biouml.workbench
Class Preferences

java.lang.Object
  extended bybiouml.workbench.Preferences
All Implemented Interfaces:
ApplicationRegistry, java.lang.Cloneable

public class Preferences
extends java.lang.Object
implements ApplicationRegistry, java.lang.Cloneable


Constructor Summary
Preferences()
           
 
Method Summary
 java.lang.Object clone()
           
 boolean getCheckModulesOnStartup()
           
 MapRegistry getMapRegistry()
           
 java.lang.String getRepositoryPath()
           
 void setCheckModulesOnStartup(boolean checkModulesOnStartup)
           
 void setMapRegistry(MapRegistry mapRegistry)
           
 void setRepositoryPath(java.lang.String repositoryPath)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preferences

public Preferences()
Method Detail

setRepositoryPath

public void setRepositoryPath(java.lang.String repositoryPath)

getRepositoryPath

public java.lang.String getRepositoryPath()

getMapRegistry

public MapRegistry getMapRegistry()

setMapRegistry

public void setMapRegistry(MapRegistry mapRegistry)

getCheckModulesOnStartup

public boolean getCheckModulesOnStartup()

setCheckModulesOnStartup

public void setCheckModulesOnStartup(boolean checkModulesOnStartup)

clone

public java.lang.Object clone()


Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.