Package | Description |
---|---|
com.qoppa.pdfEditor |
PDFEditorBean, toolbar and related classes.
|
com.qoppa.pdfNotes |
PDFNotesBean, toolbar and related classes.
|
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 | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
AnnotAlignmentToolbar(PDFNotesBean notesBean)
This method initializes the alignment toolbar.
|
AnnotPropertiesToolbar(PDFNotesBean notesBean)
This method initializes the annotations toolbar.
|
TextAnnotPropertiesToolbar(PDFNotesBean notesBean)
This method initializes the annotations toolbar.
|