Class WorkspaceHistory
java.lang.Object
ca.phon.util.RecentFiles
ca.phon.app.workspace.WorkspaceHistory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRemove 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, removeFromHistory, saveHistory, setMaxFiles, setPropertyKey, setRemoveDeadEntries, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:RecentFilesRemove any files which cannot be located from the history.- Overrides:
purgeFilesNotFoundin classRecentFiles
-