Generated by
JDiff

Class com.qoppa.pdfNotes.PDFNotesBean

Added Methods
void addNotify() This is an internal method that overwrites the addNotify() method in JComponent and is used to do whatever is needed when PDFNotesBean is added to a parent container.
void removeNotify() This is an internal method that overwrites the removeNotify() method in JComponent and is used to do whatever is needed when PDFNotesBean is removed from a parent container.
 

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.
IAnnotationManagerNotes getAnnotationManager() Change in return type from IAnnotationManager to IAnnotationManagerNotes.
Returns the annotation manager for this PDFNotesBean.
IAnnotationManagerNotes getAnnotationManagerNotes() Now deprecated.
As of 2016R1 replaced by {@link #getAnnotationManager}
CommentPanelNotes getCommentPanel() Change in return type from CommentPanel to CommentPanelNotes.
Method was inherited from com.qoppa.pdfViewer.PDFViewerBean, but is now defined locally.
Returns an interface to allow access to the comment panel.
CommentPanelNotes getCommentPanelNotes() Now deprecated.
As of 2016R1 replaced by {@link #getCommentPanel}
PageViewPanelNotes getPageViewPanel() Change in return type from PageViewPanel to PageViewPanelNotes.
Method was inherited from com.qoppa.pdfViewer.PDFViewerBean, but is now defined locally.
Returns an interface to allow access to the page view panel.
PageViewPanelNotes getPageViewPanelNotes() Now deprecated.
As of 2016R1 replaced by {@link #getPageViewPanel}
SelectToolbarNotes getSelectToolbar() Change in return type from SelectToolbar to SelectToolbarNotes.
Returns the selection toolbar.
SelectToolbarNotes getSelectToolbarNotes() Now deprecated.
As of 2016R1 replaced by {@link #getSelectToolbar}
SignaturePanelNotes getSignaturePanel() Change in return type from SignaturePanel to SignaturePanelNotes.
Method was inherited from com.qoppa.pdfViewer.PDFViewerBean, but is now defined locally.
Returns an interface to allow access to the signature panel.
SignaturePanelNotes getSignaturePanelNotes() Now deprecated.
As of 2016R1 replaced by {@link #getSignaturePanel}
ThumbnailPanelNotes getThumbnailPanel() Change in return type from ThumbnailPanel to ThumbnailPanelNotes.
Method was inherited from com.qoppa.pdfViewer.PDFViewerBean, but is now defined locally.
Returns a reference to the thumbnail panel, the panel that displays the page thumbnails.
ThumbnailPanelNotes getThumbnailPanelNotes() Now deprecated.
As of 2016R1 replaced by {@link #getThumbnailPanel}