Constructor and Description |
---|
LemmaGeneratorSettings() |
Modifier and Type | Method and Description |
---|---|
void |
addSettingsListener(SettingsListener l)
adds a listener to the settings object
|
boolean |
isShowingDialogAddingAxioms() |
boolean |
isShowingDialogUsingAxioms() |
void |
readSettings(java.util.Properties props)
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
|
void |
removeSettingsListener(SettingsListener l)
removes a listener to the settings object
|
void |
showDialogAddingAxioms(boolean value) |
void |
showDialogUsingAxioms(boolean value) |
void |
writeSettings(java.util.Properties props)
The settings to store are written to the given Properties object.
|
public boolean isShowingDialogAddingAxioms()
public void showDialogAddingAxioms(boolean value)
public boolean isShowingDialogUsingAxioms()
public void showDialogUsingAxioms(boolean value)
public void addSettingsListener(SettingsListener l)
Settings
addSettingsListener
in interface Settings
l
- the listenerpublic void removeSettingsListener(SettingsListener l)
Settings
removeSettingsListener
in interface Settings
l
- the listenerpublic void readSettings(java.util.Properties props)
Settings
readSettings
in interface Settings
public void writeSettings(java.util.Properties props)
Settings
writeSettings
in interface Settings
props
- the Properties object where to write the settings as (key, value) pairCopyright © 2003-2019 The KeY-Project.