JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

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)

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support

JPedal 4.74b27 Click here for Tutorials, code examples, help forums and support