|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PDFNotesBean | |
|---|---|
| com.qoppa.pdfEditor | PDFEditorBean, toolbar and related classes. |
| com.qoppa.pdfNotes | PDFNotesBean, toolbar and related classes. |
| Uses of PDFNotesBean in com.qoppa.pdfEditor |
|---|
| Subclasses of PDFNotesBean 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 PDFNotesBean in com.qoppa.pdfNotes |
|---|
| Methods in com.qoppa.pdfNotes with parameters of type PDFNotesBean | |
|---|---|
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.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.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. |
boolean |
IPDFSaver.save(PDFNotesBean notesBean,
String docName,
File pdfFile)
This method is called by PDFNotesBean when the document needs to be
saved. |
boolean |
PDFNotesBean.save(PDFNotesBean notesBean,
String docName,
File pdfFile)
This method saves the pdf to a file. |
| Constructors in com.qoppa.pdfNotes with parameters of type PDFNotesBean | |
|---|---|
AnnotAlignmentToolbar(PDFNotesBean notesBean)
This method initializes the alignment toolbar. |
|
AnnotPropertiesToolbar(PDFNotesBean notesBean)
This method initializes the annotations toolbar. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||