Class JEditHistoryModelSaver

  • All Implemented Interfaces:
    HistoryModelSaver

    public class JEditHistoryModelSaver
    extends java.lang.Object
    implements HistoryModelSaver
    Handles loading and saving of the "history" files. A history file is .ini format and stores historymodels for all named historytextfields, separately but in the same file.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​HistoryModel> load​(java.util.Map<java.lang.String,​HistoryModel> models)  
      boolean save​(java.util.Map<java.lang.String,​HistoryModel> models)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait