Uses of Class
net.sourceforge.drpetrea.jsettings.jSettings.IniModification

Uses of jSettings.IniModification in net.sourceforge.drpetrea.jsettings
 

Methods in net.sourceforge.drpetrea.jsettings that return types with arguments of type jSettings.IniModification
static ArrayList<jSettings.IniModification> jSettings.getIniModifications()
          The method returns an ArrayList of all the jSettings.IniModification objects recorded.
static ArrayList<jSettings.IniModification> jSettings.getIniModifications(String section, String setting)
          The method returns an ArrayList of the IniModification objects recorded for the specific section and setting.
 

Methods in net.sourceforge.drpetrea.jsettings with parameters of type jSettings.IniModification
static String jSettings.undoIniMemory(jSettings.IniModification im)
          The method undos the change described by the im object if such a change was made.