Class MenuCreator.DotPlotListener
- java.lang.Object
-
- org.biojava.nbio.structure.align.gui.MenuCreator.DotPlotListener
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
- Enclosing class:
- MenuCreator
public static class MenuCreator.DotPlotListener extends java.lang.Object implements java.awt.event.ActionListener
Creates a frame to display a DotPlotPanel. Used by the 'View>Show Dot Plot' menu item
-
-
Constructor Summary
Constructors Constructor Description DotPlotListener(AFPChain afpChain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
-
-
Constructor Detail
-
DotPlotListener
public DotPlotListener(AFPChain afpChain)
-
-