|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDFViewerBean | |
|---|---|
| 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. |
| Uses of PDFViewerBean in com.qoppa.pdfEditor |
|---|
| Subclasses of PDFViewerBean in com.qoppa.pdfEditor | |
|---|---|
class |
PDFEditorBean
PDFEditorBean is a component that can be used to display, annotate and edit PDF documents within a Java application or an applet. |
| Uses of PDFViewerBean in com.qoppa.pdfNotes |
|---|
| Subclasses of PDFViewerBean in com.qoppa.pdfNotes | |
|---|---|
class |
PDFNotesBean
PDFNotesBean is a component that can be used to display and annotate PDF documents within an application or an applet. |
| Methods in com.qoppa.pdfNotes with parameters of type PDFViewerBean | |
|---|---|
void |
PDFNotesBean.openFile(PDFViewerBean viewerBean)
This method is called whenever the user presses the file open button. |
| Uses of PDFViewerBean in com.qoppa.pdfNotes.contextmenus |
|---|
| Constructors in com.qoppa.pdfNotes.contextmenus with parameters of type PDFViewerBean | |
|---|---|
SignatureContextMenuNotes(PDFViewerBean bean)
|
|
ThumbnailContextMenu(PDFViewerBean bean)
|
|
| Uses of PDFViewerBean in com.qoppa.pdfViewer |
|---|
| Methods in com.qoppa.pdfViewer with parameters of type PDFViewerBean | |
|---|---|
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)
|
| Uses of PDFViewerBean in com.qoppa.pdfViewer.contextmenus |
|---|
| Constructors in com.qoppa.pdfViewer.contextmenus with parameters of type PDFViewerBean | |
|---|---|
SignatureContextMenu(PDFViewerBean bean)
|
|
| Uses of PDFViewerBean in com.qoppa.pdfViewer.history |
|---|
| Methods in com.qoppa.pdfViewer.history with parameters of type PDFViewerBean | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||