Package | Description |
---|---|
com.qoppa.pdfEditor |
PDFEditorBean, toolbar and related classes.
|
com.qoppa.pdfNotes |
PDFNotesBean, toolbar and related classes.
|
com.qoppa.pdfNotes.contextmenus |
Classes representing right-click popup menus.
|
com.qoppa.pdfViewer |
PDFViewerBean and related classes.
|
com.qoppa.pdfViewer.contextmenus |
Classes representing right-click popup menus.
|
com.qoppa.pdfViewer.history |
Interfaces to navigation history API.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFEditorBean
PDFEditorBean is a component that can be used to display, annotate and edit
PDF documents within a Java application or an applet.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFNotesBean
PDFNotesBean is a component that can be used to display and annotate
PDF documents within an application or an applet.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFNotesBean.openFile(PDFViewerBean viewerBean)
This method is called whenever the user presses the file open button.
|
Constructor and Description |
---|
SignatureContextMenuNotes(PDFViewerBean bean) |
ThumbnailContextMenu(PDFViewerBean bean) |
Modifier and Type | Method and Description |
---|---|
void |
IPDFOpener.openFile(PDFViewerBean viewerBean)
This method gets called by the PDFViewerBean whenever the user presses the folder open button on the toolbar.
|
void |
PDFViewerBean.openFile(PDFViewerBean viewerBean)
Initiates the file open process.
|
static void |
PrintProgressDialog.showDialog(PDFViewerBean viewerBean,
PrinterJob printerJob) |
static void |
PrintProgressDialog.showDialog(PDFViewerBean viewerBean,
PrinterJob printerJob,
PrintRequestAttributeSet aset) |
Constructor and Description |
---|
SignatureContextMenu(PDFViewerBean bean) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryListener.afterDocumentSet(PDFViewerBean viewerBean)
This method is called after a document is loaded in the PDFViewerBean.
|
void |
HistoryListener.beforeDocumentSet(PDFViewerBean viewerBean)
This method is called before a document is loaded in the PDFViewerBean.
|
void |
HistoryListener.locationChanged(PDFViewerBean viewerBean,
boolean newView)
This method is called when the location in a document is changed including when
a new view is added to the
LocationHistory . |
void |
HistoryListener.nextDocument(PDFViewerBean viewerBean)
This method is called when a request has been made to go to the next Location, but
there are no subsequent views in the
LocationHistory of the current document. |
void |
HistoryListener.previousDocument(PDFViewerBean viewerBean)
This method is called when a request has been made to go to the previous location, but
there are no previous views in the
LocationHistory of the current document. |