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
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
static final int MAX_FILES_SHOWN
Copyright © 2015–2022 SciJava. All rights reserved.