|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PDFNotesBean | |
| com.qoppa.pdfNotes | PDFNotesBean, toolbar and related classes. |
| Uses of PDFNotesBean in com.qoppa.pdfNotes |
| Methods in com.qoppa.pdfNotes with parameters of type PDFNotesBean | |
boolean |
PDFNotesBean.save(PDFNotesBean notesBean,
String docName,
File pdfFile)
This method saves the pdf to a file. |
boolean |
IPDFSaver.save(PDFNotesBean notesBean,
String docName,
File pdfFile)
This method is called by PDFNotesBean when the document needs to be
saved. |
void |
IPDFListener.afterDocOpened(PDFNotesBean notesBean,
String docName,
File pdfFile)
This method is called by PDFNotesBean when a
new document is loaded into the viewer. |
void |
IPDFListener.afterDocSaved(PDFNotesBean notesBean,
String docName,
File pdfFile)
This method is called by PDFNotesBean after
the current document has been saved. |
void |
IPDFListener.afterDocClosed(PDFNotesBean notesBean)
This method is called by PDFNotesBean after
the current document was closed (after the close method in the PDFNotesBean is called). |
void |
IPDFListener.annotAdded(PDFNotesBean notesBean,
Annotation newAnnot,
IPDFPage pdfPage,
int pageIndex)
This method is called by PDFNotesBean after
a new annotation was added. |
void |
IPDFListener.annotDeleted(PDFNotesBean notesBean,
Annotation annot,
int pageIndex)
This method is called by PDFNotesBean after
an annotation was deleted. |
void |
IPDFListener.annotModified(PDFNotesBean notesBean,
Annotation annot,
int pageIndex)
This method is called by PDFNotesBean after
an annotation was modified. |
boolean |
HTTPSaver.save(PDFNotesBean notesBean,
String docName,
File pdfFile)
Implementation of the IPDFSaver.save method that sends the PDF file to the URL provided in the constructor. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||