Class WorkspaceHistory

java.lang.Object
ca.phon.util.RecentFiles
ca.phon.app.workspace.WorkspaceHistory
All Implemented Interfaces:
Iterable<File>

public class WorkspaceHistory extends RecentFiles
  • Field Details

    • WORKSPACE_HISTORY_PROP

      public static final String 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 class RecentFiles