Documentation of 'com.jstatcom.project.Settings' Java class
Settings
com.jstatcom.project

Class Settings



  • public final class Settings
    extends java.lang.Object
    Represents all settings that should be stored permanently between different program runs. All settings are stored to an XML file when the program is quit and are automatically retrieved at program start. Settings are handled by the SettingsManager class.

    This class only holds a list with an arbitrary number of SettingsElement instances, which are themselves XML serializable classes holding specific types of runtime information.

    • Constructor Detail

      • Settings

        public Settings()
    • Method Detail

      • addSettingsElement

        public void addSettingsElement(SettingsElement el)
        Adds a SettingsElement object to this.
        Parameters:
        el - an element representing a certain type of runtime information
        Throws:
        java.lang.IllegalArgumentException - if (el == null)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.