Uses of Package
jebl.util

Packages that use jebl.util
jebl.evolution.align Provides classes and interfaces for pairwise alignment of two sequences. 
jebl.evolution.aligners   
jebl.evolution.alignments   
jebl.evolution.distances   
jebl.evolution.graphs   
jebl.evolution.io   
jebl.evolution.sequences   
jebl.evolution.taxa   
jebl.evolution.trees   
jebl.util   
 

Classes in jebl.util used by jebl.evolution.align
ProgressListener
           
 

Classes in jebl.util used by jebl.evolution.aligners
ProgressListener
           
 

Classes in jebl.util used by jebl.evolution.alignments
Attributable
          Interface for associating attributeNames with an object.
 

Classes in jebl.util used by jebl.evolution.distances
ProgressListener
           
 

Classes in jebl.util used by jebl.evolution.graphs
Attributable
          Interface for associating attributeNames with an object.
 

Classes in jebl.util used by jebl.evolution.io
ProgressListener
           
 

Classes in jebl.util used by jebl.evolution.sequences
Attributable
          Interface for associating attributeNames with an object.
MaybeBoolean
          A tri-state boolean value that can also be "Maybe" besides True and False.
 

Classes in jebl.util used by jebl.evolution.taxa
Attributable
          Interface for associating attributeNames with an object.
 

Classes in jebl.util used by jebl.evolution.trees
Attributable
          Interface for associating attributeNames with an object.
ProgressListener
           
 

Classes in jebl.util used by jebl.util
Attributable
          Interface for associating attributeNames with an object.
Cancelable
          Checks whether some operation has been cancelled; This will typically be used as a callback because it can only query whether a task has been cancelled, rather than cancel it (there is no cancel() method).
CompositeProgressListener
          A ProgressListener that is suitable for a task that consists of several subtasks.
FixedBitSet
          A bit-set of fixed size.
MaybeBoolean
          A tri-state boolean value that can also be "Maybe" besides True and False.
ProgressListener
           
SimpleListener
           
 



http://code.google.com/p/jebl2/