Class MouseAdapterEx
java.lang.Object
com.inductiveautomation.ignition.client.util.gui.MouseAdapterEx
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,EventListener
- Direct Known Subclasses:
CommonMouseAdapter
Abstract adapter implementation of MouseListener and MouseMotionListener. Its the "Extended" version of MouseAdapter, get it? Also, has handy methods to install and un-install itself into JComponents
For even fancier features, check out CommonMouseAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
install
(JComponent comp) void
void
void
void
void
void
void
void
uninstall
(JComponent comp)
-
Constructor Details
-
MouseAdapterEx
public MouseAdapterEx()
-
-
Method Details
-
install
-
uninstall
-
mouseDragged
- Specified by:
mouseDragged
in interfaceMouseMotionListener
-
mouseMoved
- Specified by:
mouseMoved
in interfaceMouseMotionListener
-
mouseClicked
- Specified by:
mouseClicked
in interfaceMouseListener
-
mousePressed
- Specified by:
mousePressed
in interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleased
in interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEntered
in interfaceMouseListener
-
mouseExited
- Specified by:
mouseExited
in interfaceMouseListener
-