|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RecentlyOpenedTracker
Manages list of recently opened files. Currently, this is used for tracking recent sessions.
Method Summary | |
---|---|
void |
add(URL newURL)
Adds "newURL" to the list of recently opened file names and trims the list if it has exceeded its maximum length. |
URL |
getMostRecentlyOpenedURL()
Returns the last addition or null if there are no URLs. |
List<URL> |
getRecentlyOpenedURLs()
Returns the current list of recently opened file names. |
void |
writeOut()
Writes the list of recently opened files to the file specified by the constructor argument. |
Method Detail |
---|
URL getMostRecentlyOpenedURL()
List<URL> getRecentlyOpenedURLs()
void add(URL newURL)
newURL
- the URL to add to the list of recently opened file names.void writeOut() throws FileNotFoundException
FileNotFoundException
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |