Generated by
JDiff

Class com.qoppa.pdfEditor.PDFEditorBean

Added Methods
boolean addOutputPreviewListener(OutputPreviewListener) Adds an OutputPreviewListener to be notified when output preview mode is started or stopped.
boolean removeOutputPreviewListener(OutputPreviewListener) Removes the OutputPreviewListener.
 

Changed Methods
void commitEdits() Method was inherited from com.qoppa.pdfViewer.PDFViewerBean, but is now defined locally. This method will commit any edits that are currently in progress.
PDFDocument getDocument() Change in return type from IPDFDocument to PDFDocument.
Method was inherited from com.qoppa.pdfViewer.PDFViewerBean, but is now defined locally.
Returns the PDF document currently displayed.
boolean setOutputPreview(ColorSpace, boolean, Color) Change in return type from void to boolean.
This method will set the output color space that jPDFEditor should render to.
void startOutputPreview(List<NamedColorSpace>, OutputPreviewOptions) Change in signature from (List, OutputPreviewOptions) to (List<NamedColorSpace>, OutputPreviewOptions).
Starts Output Preview mode which allows the simulation of overprint, color spaces, and background colors.
void stopWidgetEditing() Method was locally defined, but is now inherited from PDFNotesBean. This method has been deprecated, use commitEdits() instead.