Package gov.nih.mipav.view
Class ViewJFrameGraph.CancelListener
- java.lang.Object
-
- gov.nih.mipav.view.ViewJFrameGraph.CancelListener
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
- Enclosing class:
- ViewJFrameGraph
class ViewJFrameGraph.CancelListener extends java.lang.Object implements java.awt.event.ActionListener
This class is called by the color chooser when the user cancels. It disposes of the dialog if the dialog still exists.
-
-
Constructor Summary
Constructors Constructor Description CancelListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
DOCUMENT ME!
-