Uses of Class
org.biojava.utils.ChangeForwarder

Packages that use ChangeForwarder
org.biojava.bio The core classes that will be used throughout the bio packages. 
org.biojava.bio.dist Probability distributions over Alphabets. 
org.biojava.bio.dp HMM and Dynamic Programming Algorithms. 
org.biojava.bio.gui.sequence Graphical displays of biological sequences and associated annotations. 
org.biojava.bio.seq.db Collections of biological sequence data. 
org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. 
org.biojava.utils Miscellaneous utility classes used by other BioJava components. 
 

Uses of ChangeForwarder in org.biojava.bio
 

Subclasses of ChangeForwarder in org.biojava.bio
static class Annotatable.AnnotationForwarder
          A helper class so that you don't have to worry about forwarding events from the Annotation object to the Annotatable one.
protected  class MergeAnnotation.PropertyForwarder
           
protected  class OverlayAnnotation.PropertyForwarder
           
 

Uses of ChangeForwarder in org.biojava.bio.dist
 

Subclasses of ChangeForwarder in org.biojava.bio.dist
static class Distribution.NullModelForwarder
          This listens to the null model distribution events and converts them into NULL_MODEL events.
 

Uses of ChangeForwarder in org.biojava.bio.dp
 

Subclasses of ChangeForwarder in org.biojava.bio.dp
static class MarkovModel.DistributionForwarder
          Add this as a listener to each distribution in a model.
 

Uses of ChangeForwarder in org.biojava.bio.gui.sequence
 

Subclasses of ChangeForwarder in org.biojava.bio.gui.sequence
static class PairwiseSequenceRenderer.PairwiseRendererForwarder
          PairwiseRendererForwarder forward events to other renderers.
static class SequenceRenderer.RendererForwarder
           
 

Uses of ChangeForwarder in org.biojava.bio.seq.db
 

Subclasses of ChangeForwarder in org.biojava.bio.seq.db
protected  class SequenceDBWrapper.SequencesForwarder
           
 

Uses of ChangeForwarder in org.biojava.bio.symbol
 

Subclasses of ChangeForwarder in org.biojava.bio.symbol
 class AbstractSymbolList.EditScreener
          This adapter screens all edit events to see if they overlap with a window of interest.
 class AbstractSymbolList.EditTranslater
          This translates edit events that fall within a window into window co-ordinates.
 

Uses of ChangeForwarder in org.biojava.utils
 

Methods in org.biojava.utils with parameters of type ChangeForwarder
 void Unchangeable.addForwarder(ChangeForwarder cf, ChangeType ct)
           
 void Unchangeable.removeForwarder(ChangeForwarder cf, ChangeType ct)