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 TypeMethodDescriptionvoidThis 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:
mousePressedin interfaceMouseListener- Overrides:
mousePressedin classMouseAdapter- Parameters:
e- The MouseEvent.
-