Uses of Interface
com.jstatcom.project.SettingsElement

Packages that use SettingsElement
com.jstatcom.component GUI components with general functionality. 
com.jstatcom.io Input/output related classes as well as data import implementations. 
com.jstatcom.project Project and settings management systems. 
 

Uses of SettingsElement in com.jstatcom.component
 

Classes in com.jstatcom.component that implement SettingsElement
 class AppSettings
          Holds user set properties.
 class TopFrameSettings
          Holds all settings of the TopFrame class that should be stored between application runs.
 

Uses of SettingsElement in com.jstatcom.io
 

Classes in com.jstatcom.io that implement SettingsElement
 class FileSupportSettings
          Holds information for the FileSupport class about the location of selected files that should be stored between application runs.
 

Uses of SettingsElement in com.jstatcom.project
 

Classes in com.jstatcom.project that implement SettingsElement
 class ProjectTreeNode
          A tree node that represents a project.
 

Methods in com.jstatcom.project with parameters of type SettingsElement
 void Settings.addSettingsElement(SettingsElement el)
          Adds a SettingsElement object to this.