public interface RecentFilesModel
| 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) |
Copyright © 2021 vpc open source initiative. All rights reserved.