public class OpenRecent extends ViewerFeature
This code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.
Constructor and Description |
---|
OpenRecent()
Create a new "Open Recent" menu with a default number of items
|
OpenRecent(int max)
Create a new "Open Recent" menu with the specified number of items
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(PDFViewer viewer)
Called when the feature is first added to a viewer
|
void |
opened(PDFViewer viewer,
File file)
This method is run by the PDFViewer when the specified file is opened.
|
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, isEnabledByDefault, setFeatureName, teardown, toString
public OpenRecent()
public OpenRecent(int max)
public void initialize(PDFViewer viewer)
ViewerFeature
initialize
in class ViewerFeature
Copyright © 2001-2017 Big Faceless Organization