Uses of Class
org.peace_tools.data.DataStore

Packages that use DataStore
org.peace_tools.data Contains the classes that provide data for the various views in the GUI. 
 

Uses of DataStore in org.peace_tools.data
 

Fields in org.peace_tools.data declared as DataStore
private static DataStore DataStore.dataStore
          The globally unique singleton instance of this class that is shared by all the other classes that require data files to be loaded.
 

Methods in org.peace_tools.data that return DataStore
static DataStore DataStore.get()
          Obtain reference to the globally unique singleton instance.