|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PagePanelInteractionEvent | |
---|---|
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 PagePanelInteractionEvent in org.faceless.pdf2.viewer2 |
---|
Methods in org.faceless.pdf2.viewer2 that return PagePanelInteractionEvent | |
---|---|
PagePanelInteractionEvent |
PagePanelInteractionEvent.getEventOnNewPanel()
If the MouseEvent that triggered this event was a "mouseDragged" MouseEvent, and the mouse has been dragged from the original PagePanel to a new PagePanel, return a new PagePanelInteractionEvent which reflects the event on the new PagePanel. |
Methods in org.faceless.pdf2.viewer2 with parameters of type PagePanelInteractionEvent | |
---|---|
void |
PagePanelInteractionListener.pageAction(PagePanelInteractionEvent event)
Called when a PagePanelInteractionEvent is raised |
Uses of PagePanelInteractionEvent in org.faceless.pdf2.viewer2.feature |
---|
Methods in org.faceless.pdf2.viewer2.feature with parameters of type PagePanelInteractionEvent | |
---|---|
void |
AbstractRegionSelector.pageAction(PagePanelInteractionEvent event)
|
void |
Coordinates.pageAction(PagePanelInteractionEvent event)
|
void |
TextTool.pageAction(PagePanelInteractionEvent event)
Handle mousePressed, mouseDragged and mouseMoved events on this page, which are used to select text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |