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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinstall(JComponent comp) voidvoidvoidvoidvoidvoidvoidvoiduninstall(JComponent comp) 
- 
Constructor Details- 
MouseAdapterExpublic MouseAdapterEx()
 
- 
- 
Method Details- 
install
- 
uninstall
- 
mouseDragged- Specified by:
- mouseDraggedin interface- MouseMotionListener
 
- 
mouseMoved- Specified by:
- mouseMovedin interface- MouseMotionListener
 
- 
mouseClicked- Specified by:
- mouseClickedin interface- MouseListener
 
- 
mousePressed- Specified by:
- mousePressedin interface- MouseListener
 
- 
mouseReleased- Specified by:
- mouseReleasedin interface- MouseListener
 
- 
mouseEntered- Specified by:
- mouseEnteredin interface- MouseListener
 
- 
mouseExited- Specified by:
- mouseExitedin interface- MouseListener
 
 
-