kiyut.citra.options
Class MRUFilesOptions
java.lang.Object
kiyut.citra.options.AbstractOptions
kiyut.citra.options.MRUFilesOptions
- All Implemented Interfaces:
- Options
public class MRUFilesOptions
- extends AbstractOptions
MRUFiles settings for Netbeans Platform Settings.
It keep the most recently used files up to 9
- Author:
- Kiyut
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MRU_FILE_LIST_PROPERTY
public static final String MRU_FILE_LIST_PROPERTY
- See Also:
- Constant Field Values
MRUFilesOptions
protected MRUFilesOptions()
- Constructor
getInstance
public static MRUFilesOptions getInstance()
- Returns the single instance, creating one if it's the
first time this method is called.
- Returns:
- The single instance.
getMRUFileList
public List<String> getMRUFileList()
setMRUFileList
public void setMRUFileList(List<String> list)
addFile
public void addFile(String absolutePath)
store
protected void store()
retrieve
protected void retrieve()