Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void actionPerformed​(java.awt.event.ActionEvent evt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MyAlignmentLoadListener

        public MyAlignmentLoadListener()
    • Method Detail

      • actionPerformed

        public void actionPerformed​(java.awt.event.ActionEvent evt)
        Specified by:
        actionPerformed in interface java.awt.event.ActionListener