|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PagePanelEvent | |
---|---|
org.faceless.pdf2.viewer2 | The "viewer" package contains the classes required to create a Swing application to display PDFs. |
org.faceless.pdf2.viewer2.feature | Contains a list of all the features that are available to the PDFViewer. |
Uses of PagePanelEvent in org.faceless.pdf2.viewer2 |
---|
Methods in org.faceless.pdf2.viewer2 that return PagePanelEvent | |
---|---|
static PagePanelEvent |
PagePanelEvent.createPageHidden(PagePanel panel,
PDFPage page)
Create a "hidden" PagePanelEvent |
static PagePanelEvent |
PagePanelEvent.createPageRedrawing(PagePanel panel,
PDFPage page)
Create a "redrawing" PagePanelEvent |
static PagePanelEvent |
PagePanelEvent.createPageRedrawn(PagePanel panel,
PDFPage page)
Create a "redrawn" PagePanelEvent |
static PagePanelEvent |
PagePanelEvent.createPageVisible(PagePanel panel,
PDFPage page)
Create a "visible" PagePanelEvent |
Methods in org.faceless.pdf2.viewer2 with parameters of type PagePanelEvent | |
---|---|
void |
PagePanelListener.pageUpdated(PagePanelEvent event)
Called when a PagePanelEvent is raised |
Uses of PagePanelEvent in org.faceless.pdf2.viewer2.feature |
---|
Methods in org.faceless.pdf2.viewer2.feature with parameters of type PagePanelEvent | |
---|---|
void |
TextHighlighter.pageUpdated(PagePanelEvent event)
|
void |
TextTool.pageUpdated(PagePanelEvent event)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |