public class MRUFilesOptions extends AbstractOptions
| Modifier and Type | Field and Description |
|---|---|
static String |
MRU_FILE_LIST_PROPERTY |
DEFAULT_NODE_NAME, nodeName| Modifier | Constructor and Description |
|---|---|
protected |
MRUFilesOptions()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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() |
addPropertyChangeListener, firePropertyChange, getPreferences, removePropertyChangeListenerpublic static final String MRU_FILE_LIST_PROPERTY
public static MRUFilesOptions getInstance()
public void addFile(String absolutePath)
protected void store()
protected void retrieve()