public static class RecentFileMenu.RecentFileEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
absolutePath |
private String |
fileName |
| Constructor and Description |
|---|
RecentFileEntry(String absolutePath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsolutePath() |
String |
getFileName() |
String |
toString() |
public RecentFileEntry(String absolutePath)