Class MouseAdapterEx

java.lang.Object
com.inductiveautomation.ignition.client.util.gui.MouseAdapterEx
All Implemented Interfaces:
MouseListener, MouseMotionListener, EventListener
Direct Known Subclasses:
CommonMouseAdapter

public class MouseAdapterEx extends Object implements MouseListener, MouseMotionListener

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