public class MRUFilesOptions extends AbstractOptions
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MRU_FILE_LIST_PROPERTY |
DEFAULT_NODE_NAME, nodeName| Modifier | Constructor and Description |
|---|---|
protected |
MRUFilesOptions()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(java.lang.String absolutePath) |
static MRUFilesOptions |
getInstance()
Returns the single instance, creating one if it's the
first time this method is called.
|
java.util.List<java.lang.String> |
getMRUFileList() |
protected void |
retrieve() |
void |
setMRUFileList(java.util.List<java.lang.String> list) |
protected void |
store() |
addPropertyChangeListener, firePropertyChange, getPreferences, removePropertyChangeListenerpublic static final java.lang.String MRU_FILE_LIST_PROPERTY
public static MRUFilesOptions getInstance()
public java.util.List<java.lang.String> getMRUFileList()
public void setMRUFileList(java.util.List<java.lang.String> list)
public void addFile(java.lang.String absolutePath)
protected void store()
protected void retrieve()