public interface RecentFilesService
Modifier and Type | Interface and Description |
---|---|
static interface |
RecentFilesService.Entry
A recent files entry.
|
Modifier and Type | Method and Description |
---|---|
void |
add(String file,
String projectName)
Add a file.
|
RecentFilesService.Entry[] |
getRecentFiles()
Get the recent files
|
org.eclipse.core.runtime.IStatus |
restoreState(org.eclipse.ui.IMemento memento)
Restore the state
|
org.eclipse.core.runtime.IStatus |
saveState(org.eclipse.ui.IMemento memento)
Save the state
|
void add(String file, String projectName)
file
- the file nameprojectName
- the project nameRecentFilesService.Entry[] getRecentFiles()
org.eclipse.core.runtime.IStatus restoreState(org.eclipse.ui.IMemento memento)
memento
- the mementoorg.eclipse.core.runtime.IStatus saveState(org.eclipse.ui.IMemento memento)
memento
- the mementoBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a