| java.lang.Object de.uka.ilkd.key.gui.configuration.SimultaneousUpdateSimplifierSettings
SimultaneousUpdateSimplifierSettings | public class SimultaneousUpdateSimplifierSettings implements Settings(Code) | | This class encapsulates the information about the active
update simplifier settings
|
SimultaneousUpdateSimplifierSettings | public SimultaneousUpdateSimplifierSettings()(Code) | | |
addSettingsListener | public void addSettingsListener(SettingsListener l)(Code) | | adds a listener to the settings object
Parameters: l - the listener |
deleteEffectlessUpdates | public boolean deleteEffectlessUpdates()(Code) | | |
eagerMode | public boolean eagerMode()(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)
|
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
|
setDeleteEffectlessUpdates | public void setDeleteEffectlessUpdates(boolean b)(Code) | | |
setEagerMode | public void setEagerMode(boolean b)(Code) | | |
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 |
|
|