| java.lang.Object de.uka.ilkd.key.gui.configuration.LibrariesSettings
LibrariesSettings | public class LibrariesSettings implements Settings(Code) | | This class encapsulates the information about the active
libraries settings
|
LibrariesSettings | public LibrariesSettings()(Code) | | |
addSettingsListener | public void addSettingsListener(SettingsListener l)(Code) | | adds a listener to the settings object
Parameters: l - the listener |
emptyProperties | public boolean emptyProperties()(Code) | | |
fireSettingsChanged | protected void fireSettingsChanged()(Code) | | sends the message that the state of this setting has been
changed to its registered listeners (not thread-safe)
|
getLibrariesPath | public static String getLibrariesPath()(Code) | | the path of the libraries |
readSettings | public void readSettings(Properties props)(Code) | | gets a Properties object and has to perform the necessary
steps in order to change this object in a way that it
represents the stored settings.
|
writeSettings | public void writeSettings(Properties props)(Code) | | implements the method required by the Settings interface. The
settings are written to the given Properties object. Only entries of the form
= (,)* are allowed.
Parameters: props - the Properties object where to write the settings as (key, value) pair |
|
|