Class MyAlignmentLoadListener
- java.lang.Object
-
- org.biojava.nbio.structure.align.gui.MyAlignmentLoadListener
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.util.EventListener
public class MyAlignmentLoadListener extends java.lang.Object implements java.awt.event.ActionListener
Loads an alignment in an XML format and displays its content in a new Jmol panel. Can handle both alignment formats: AFPChain and MultipleAlignment.All the alignments stored in the File are displayed, not only the first one. However, all the alignments in the same file have to be in the same format (either AFPChain or MultipleAlignment). Multiple Jmol panels can be created for that purpose.
- Version:
- 2.0 - adapted for MultipleAlignments
- Author:
- Aleix Lafita
-
-
Constructor Summary
Constructors Constructor Description MyAlignmentLoadListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent evt)
-