org.jpedal.examples.simpleviewer
Class RecentDocuments

java.lang.Object
  extended by org.jpedal.examples.simpleviewer.RecentDocuments

public class RecentDocuments
extends java.lang.Object


Constructor Summary
RecentDocuments(int noOfRecentDocs, PropertiesFile properties)
           
 
Method Summary
 void addToFileList(java.lang.String selectedFile)
           
 java.lang.String getNextDocument()
           
 java.lang.String getPreviousDocument()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecentDocuments

public RecentDocuments(int noOfRecentDocs,
                       PropertiesFile properties)
Method Detail

getPreviousDocument

public java.lang.String getPreviousDocument()

getNextDocument

public java.lang.String getNextDocument()

addToFileList

public void addToFileList(java.lang.String selectedFile)