public interface RecentFileService extends SciJavaService
Modifier and Type | Field and Description |
---|---|
static int |
MAX_FILES_SHOWN |
Modifier and Type | Method and Description |
---|---|
void |
add(String path)
Adds or refreshes a path on the list of recent files.
|
void |
clear()
Clears the list of recent files.
|
List<String> |
getRecentFiles()
Gets the list of recent files.
|
boolean |
remove(String path)
Removes a path from the list of recent files.
|
initialize, registerEventHandlers
context, getContext, setContext
getPriority, setPriority
compareTo
getInfo, setInfo
dispose
static final int MAX_FILES_SHOWN
Copyright © 2009–2015 SciJava. All rights reserved.