public class RecentFilesPropertiesModel extends Object implements RecentFilesModel
| Constructor and Description |
|---|
RecentFilesPropertiesModel(String file) |
RecentFilesPropertiesModel(String file,
String key) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(String file) |
List<String> |
getFiles() |
int |
getMaxRecentFiles() |
void |
removeFile(String file) |
void |
setFiles(List<String> files) |
void |
setMaxRecentFiles(int maxRecentFiles) |
public RecentFilesPropertiesModel(String file)
public void removeFile(String file)
removeFile in interface RecentFilesModelpublic void addFile(String file)
addFile in interface RecentFilesModelpublic void setFiles(List<String> files)
setFiles in interface RecentFilesModelpublic List<String> getFiles()
getFiles in interface RecentFilesModelpublic int getMaxRecentFiles()
getMaxRecentFiles in interface RecentFilesModelpublic void setMaxRecentFiles(int maxRecentFiles)
setMaxRecentFiles in interface RecentFilesModelCopyright © 2022 vpc open source initiative. All rights reserved.