Package ca.phon.app.workspace
Class WorkspaceHistory
java.lang.Object
ca.phon.util.RecentFiles
ca.phon.app.workspace.WorkspaceHistory
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Remove any files which cannot be located from the history.Methods inherited from class ca.phon.util.RecentFiles
addToHistory, clearHistory, getFileAt, getFileCount, getMaxFiles, getPropertyKey, isRemoveDeadEntries, iterator, saveHistory, setMaxFiles, setPropertyKey, setRemoveDeadEntries, size
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
WORKSPACE_HISTORY_PROP
-
-
Constructor Details
-
WorkspaceHistory
public WorkspaceHistory()
-
-
Method Details
-
purgeFilesNotFound
public void purgeFilesNotFound()Description copied from class:RecentFiles
Remove any files which cannot be located from the history.- Overrides:
purgeFilesNotFound
in classRecentFiles
-