Class IndexPopupListener
java.lang.Object
java.awt.event.MouseAdapter
org.apache.uima.tools.cvd.control.IndexPopupListener
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
The listener interface for receiving indexPopup events. The class that is interested in
processing a indexPopup event implements this interface, and the object created with that class
is registered with a component using the component's
addIndexPopupListener
method.
When the indexPopup event occurs, that object's appropriate method is invoked.
// * @see IndexPopupEvent-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIndexPopupListener
(MainFrame frame) Instantiates a new index popup listener. -
Method Summary
Modifier and TypeMethodDescriptionprivate void
Maybe show popup.void
void
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved
-
Field Details
-
main
The main.
-
-
Constructor Details
-
IndexPopupListener
Instantiates a new index popup listener.- Parameters:
frame
- the frame
-
-
Method Details
-
mousePressed
- Specified by:
mousePressed
in interfaceMouseListener
- Overrides:
mousePressed
in classMouseAdapter
-
mouseReleased
- Specified by:
mouseReleased
in interfaceMouseListener
- Overrides:
mouseReleased
in classMouseAdapter
-
maybeShowPopup
Maybe show popup.- Parameters:
e
- the e
-