Module org.icepdf.ri.viewer
Class LinkAnnotationComponent.LinkPopupListener
- java.lang.Object
-
- java.awt.event.MouseAdapter
-
- org.icepdf.ri.common.views.annotations.PopupListener
-
- org.icepdf.ri.common.views.annotations.LinkAnnotationComponent.LinkPopupListener
-
- All Implemented Interfaces:
MouseListener,MouseMotionListener,MouseWheelListener,EventListener
- Enclosing class:
- LinkAnnotationComponent
public class LinkAnnotationComponent.LinkPopupListener extends PopupListener
-
-
Field Summary
-
Fields inherited from class org.icepdf.ri.common.views.annotations.PopupListener
contextMenu
-
-
Constructor Summary
Constructors Constructor Description LinkPopupListener(JPopupMenu contextMenu)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidmaybeShowPopup(MouseEvent e)-
Methods inherited from class org.icepdf.ri.common.views.annotations.PopupListener
mousePressed, mouseReleased
-
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
-
-
-
-
Constructor Detail
-
LinkPopupListener
public LinkPopupListener(JPopupMenu contextMenu)
-
-
Method Detail
-
maybeShowPopup
protected void maybeShowPopup(MouseEvent e)
- Overrides:
maybeShowPopupin classPopupListener
-
-