Uses of Interface
org.biojavax.bio.phylo.io.nexus.NexusBlockListener

Packages that use NexusBlockListener
org.biojavax.bio.phylo.io.nexus Classes to support the I/O of Nexus files. 
 

Uses of NexusBlockListener in org.biojavax.bio.phylo.io.nexus
 

Subinterfaces of NexusBlockListener in org.biojavax.bio.phylo.io.nexus
 interface CharactersBlockListener
          Listens to events that represent Nexus characters blocks.
 interface DataBlockListener
          Listens to events that represent Nexus data blocks.
 interface DistancesBlockListener
          Listens to events that represent Nexus distances blocks.
 interface NexusBlockBuilder
          Builds a Nexus block from listening to events.
 interface TaxaBlockListener
          Listens to events that represent Nexus taxa blocks.
 interface TreesBlockListener
          Listens to events that represent Nexus trees blocks.
 

Classes in org.biojavax.bio.phylo.io.nexus that implement NexusBlockListener
 class CharactersBlockBuilder
          Builds Nexus characters blocks.
 class DataBlockBuilder
          Builds Nexus characters blocks.
 class DistancesBlockBuilder
          Builds Nexus distances blocks.
static class NexusBlockBuilder.Abstract
          This abstract version knows how to build and add comments.
 class TaxaBlockBuilder
          Builds Nexus taxa blocks.
 class TreesBlockBuilder
          Builds Nexus taxa blocks.
 

Methods in org.biojavax.bio.phylo.io.nexus that return NexusBlockListener
 NexusBlockListener NexusBlockParser.getBlockListener()
          Obtain the listener for this parser.
 NexusBlockListener NexusBlockParser.Abstract.getBlockListener()
           
 

Constructors in org.biojavax.bio.phylo.io.nexus with parameters of type NexusBlockListener
NexusBlockParser.Abstract(NexusBlockListener blockListener)