|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecentFilesService
Service that manages recent projects
Nested Class Summary | |
---|---|
static interface |
RecentFilesService.Entry
A recent files entry. |
Method Summary | |
---|---|
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 |
Method Detail |
---|
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 memento
org.eclipse.core.runtime.IStatus saveState(org.eclipse.ui.IMemento memento)
memento
- the memento
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |