com.jstatcom.project
Interface SettingsElement
-
- All Known Implementing Classes:
- AppSettings, FileSupportSettings, ProjectTreeNode, TopFrameSettings
public interface SettingsElementRepresents runtime information that should be stored permanently between two program runs. All settings elements are added to an instance ofSettingsby theSettingsManagerwhen the program is quit. They are stored as part of an XML file in the users home directory. At program startup all settings elements are retrieved from that file and thesetElementmethod of each object is called. This method should implement how the information stored in theSettingsElementis used.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidsetElement()Implementations of this method should use the information stored in thisSettingsElementto set the state of components at runtime.
-
-
-
Method Detail
-
setElement
void setElement()
Implementations of this method should use the information stored in thisSettingsElementto set the state of components at runtime. For example, one implementation of this interface, theProjectTreeNode, adds itself to theProjectTreewhen this method is called. Before that, it has been restored from its serialization in an XML file.
-
-
DMelt 3.0 © DataMelt by jWork.ORG