Package edu.wisc.ssec.mcidasv.ui
Class PersistableSwatchChooserPanel.MouseHandler
java.lang.Object
java.awt.event.MouseAdapter
edu.wisc.ssec.mcidasv.ui.PersistableSwatchChooserPanel.MouseHandler
- All Implemented Interfaces:
MouseListener
,MouseMotionListener
,MouseWheelListener
,EventListener
- Enclosing class:
PersistableSwatchChooserPanel
This class handles mouse events for the two swatch panels.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This method is called whenever the mouse is pressed.Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mouseReleased, mouseWheelMoved
-
Constructor Details
-
MouseHandler
-
-
Method Details
-
mousePressed
This method is called whenever the mouse is pressed.- Specified by:
mousePressed
in interfaceMouseListener
- Overrides:
mousePressed
in classMouseAdapter
- Parameters:
e
- The MouseEvent.
-