Class MyAlignmentLoadListener

java.lang.Object
org.biojava.nbio.structure.align.gui.MyAlignmentLoadListener
All Implemented Interfaces:
ActionListener, EventListener

public class MyAlignmentLoadListener extends Object implements 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 Details

    • MyAlignmentLoadListener

      public MyAlignmentLoadListener()
  • Method Details