Uses of Class
org.faceless.pdf2.viewer2.PagePanelInteractionEvent
-
Packages that use PagePanelInteractionEvent Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
PagePanelInteractionListener. pageAction(PagePanelInteractionEvent event)
Called when aPagePanelInteractionEvent
is raised -
Uses of PagePanelInteractionEvent in org.faceless.pdf2.viewer2.feature
Methods in org.faceless.pdf2.viewer2.feature with parameters of type PagePanelInteractionEvent Modifier and Type Method Description 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.
-