-
curFile
PDFFile curFile
The current PDFFile
-
docName
java.lang.String docName
the name of the current document
-
split
javax.swing.JSplitPane split
The split between thumbs and page
-
thumbscroll
javax.swing.JScrollPane thumbscroll
The thumbnail scroll pane
-
thumbs
ThumbPanel thumbs
The thumbnail display
-
page
PagePanel page
The page display
-
fspp
PagePanel fspp
The full screen page display, or null if not in full screen mode
-
curpage
int curpage
The current page number (starts at 0), or -1 if no page
-
fullScreenButton
javax.swing.JToggleButton fullScreenButton
the full screen button
-
pageField
javax.swing.JTextField pageField
the current page number text field
-
fullScreen
FullScreenWindow fullScreen
the full screen window, or null if not in full screen mode
-
outline
OutlineNode outline
the root of the outline, or null if there is no outline
-
pformat
java.awt.print.PageFormat pformat
The page format for printing
-
doThumb
boolean doThumb
true if the thumb panel should exist at all
-
docWaiter
Flag docWaiter
flag to indicate when a newly added document has been announced
-
pagePrep
com.sun.pdfview.PDFViewer.PagePreparer pagePrep
a thread that pre-loads the next page for faster response
-
olf
javax.swing.JDialog olf
the window containing the pdf outline, or null if one doesn't exist
-
docMenu
javax.swing.JMenu docMenu
the document menu
-
openAction
javax.swing.Action openAction
-
pageSetupAction
javax.swing.Action pageSetupAction
-
printAction
javax.swing.Action printAction
-
closeAction
javax.swing.Action closeAction
-
quitAction
javax.swing.Action quitAction
-
zoomInAction
com.sun.pdfview.PDFViewer.ZoomAction zoomInAction
-
zoomOutAction
com.sun.pdfview.PDFViewer.ZoomAction zoomOutAction
-
zoomToolAction
javax.swing.Action zoomToolAction
-
fitInWindowAction
javax.swing.Action fitInWindowAction
-
thumbAction
com.sun.pdfview.PDFViewer.ThumbAction thumbAction
-
fullScreenAction
javax.swing.Action fullScreenAction
-
nextAction
javax.swing.Action nextAction
-
firstAction
javax.swing.Action firstAction
-
lastAction
javax.swing.Action lastAction
-
prevAction
javax.swing.Action prevAction
-
pdfFilter
javax.swing.filechooser.FileFilter pdfFilter
A file filter for PDF files.
-
prevDirChoice
java.io.File prevDirChoice
-
pb
com.sun.pdfview.PDFViewer.PageBuilder pb