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 TypeMethodDescriptionvoidinstall(JComponent comp) voidvoidvoidvoidvoidvoidvoidvoiduninstall(JComponent comp)  
- 
Constructor Details
- 
MouseAdapterEx
public MouseAdapterEx() 
 - 
 - 
Method Details
- 
install
 - 
uninstall
 - 
mouseDragged
- Specified by:
 mouseDraggedin interfaceMouseMotionListener
 - 
mouseMoved
- Specified by:
 mouseMovedin interfaceMouseMotionListener
 - 
mouseClicked
- Specified by:
 mouseClickedin interfaceMouseListener
 - 
mousePressed
- Specified by:
 mousePressedin interfaceMouseListener
 - 
mouseReleased
- Specified by:
 mouseReleasedin interfaceMouseListener
 - 
mouseEntered
- Specified by:
 mouseEnteredin interfaceMouseListener
 - 
mouseExited
- Specified by:
 mouseExitedin interfaceMouseListener
 
 -