Uses of Class
com.jstatcom.component.AppSettings

Packages that use AppSettings
com.jstatcom.component GUI components with general functionality. 
 

Uses of AppSettings in com.jstatcom.component
 

Fields in com.jstatcom.component with type parameters of type AppSettings
static javolution.xml.XmlFormat<AppSettings> AppSettings.AppSettings_XML
          XML format field for (de)serialization.
 

Methods in com.jstatcom.component that return AppSettings
 AppSettings TopFrame.getAppSettings()
          Gets the settings instance according to the user properties.
 AppSettings AppSettingsDialog.getAppSettings()
          Gets the application settings that are currently set.
 

Methods in com.jstatcom.component with parameters of type AppSettings
 void TopFrame.setAppSettings(AppSettings settings)
          Sets the user properties from a settings parameter.
 void AppSettingsDialog.setAppSettings(AppSettings appSettings)
          Sets the application settings to be displayed.
 

Constructors in com.jstatcom.component with parameters of type AppSettings
AppSettings(AppSettings appSettings)
          Copy constructor.