kiyut.citra 3.7

kiyut.citra.options
Class MRUFilesOptions

java.lang.Object
  extended by kiyut.citra.options.AbstractOptions
      extended by 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

Field Summary
static String MRU_FILE_LIST_PROPERTY
           
 
Fields inherited from class kiyut.citra.options.AbstractOptions
DEFAULT_NODE_NAME, nodeName
 
Constructor Summary
protected MRUFilesOptions()
          Constructor
 
Method Summary
 void addFile(String absolutePath)
           
static MRUFilesOptions getInstance()
          Returns the single instance, creating one if it's the first time this method is called.
 List<String> getMRUFileList()
           
protected  void retrieve()
           
 void setMRUFileList(List<String> list)
           
protected  void store()
           
 
Methods inherited from class kiyut.citra.options.AbstractOptions
addPropertyChangeListener, firePropertyChange, getPreferences, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MRU_FILE_LIST_PROPERTY

public static final String MRU_FILE_LIST_PROPERTY
See Also:
Constant Field Values
Constructor Detail

MRUFilesOptions

protected MRUFilesOptions()
Constructor

Method Detail

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()

kiyut.citra 3.7