java.lang.Object
org.gjt.sp.jedit.gui.JEditHistoryModelSaver
- All Implemented Interfaces:
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.
- Version:
- $Id: FoldHandler.java 5568 2006-07-10 20:52:23Z kpouer $
- Author:
- Matthieu Casanova
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionload
(Map<String, HistoryModel> models) boolean
save
(Map<String, HistoryModel> models)
-
Constructor Details
-
JEditHistoryModelSaver
public JEditHistoryModelSaver()
-
-
Method Details
-
load
- Specified by:
load
in interfaceHistoryModelSaver
-
save
- Specified by:
save
in interfaceHistoryModelSaver
-