Uses of Class
org.biojava.utils.ChangeForwarder
Packages that use ChangeForwarder
Package
Description
The core classes that will be used throughout the bio packages.
Probability distributions over Alphabets.
HMM and Dynamic Programming Algorithms.
Graphical displays of biological sequences and associated annotations.
Interfaces and classes for representing sequence similarity search results.
Classes and interfaces for defining biological sequences and informatics
objects.
Collections of biological sequence data.
Standard in-memory implementations of
Sequence
and
Feature
.Representation of the Symbols that make up a sequence, and locations within
them.
Miscellaneous utility classes used by other BioJava components.
-
Uses of ChangeForwarder in org.biojava.bio
Subclasses of ChangeForwarder in org.biojava.bioModifier and TypeClassDescriptionstatic class
Deprecated.protected class
Listener used to forward changes for any of the underlying annotations to listeners on this annotation.protected class
Forwards change events from the underlying Annotation to this one. -
Uses of ChangeForwarder in org.biojava.bio.dist
Subclasses of ChangeForwarder in org.biojava.bio.distModifier and TypeClassDescriptionstatic class
Deprecated.usenew ChangeForwarder.Retyper(this, cs, Annotation.PROPERTY)
insteadFields in org.biojava.bio.dist declared as ChangeForwarderModifier and TypeFieldDescriptionprotected ChangeForwarder
AbstractDistribution.nullModelForwarder
Forwarder for modifications to the null model.protected ChangeForwarder
AbstractOrderNDistribution.weightForwarder
The listener that will forward events from the underlying distributions to listeners for this distribution. -
Uses of ChangeForwarder in org.biojava.bio.dp
Fields in org.biojava.bio.dp declared as ChangeForwarderModifier and TypeFieldDescriptionprotected ChangeForwarder
SimpleEmissionState.annotationForwarder
protected ChangeForwarder
SimpleEmissionState.distForwarder
-
Uses of ChangeForwarder in org.biojava.bio.gui.sequence
Subclasses of ChangeForwarder in org.biojava.bio.gui.sequenceModifier and TypeClassDescriptionstatic class
PairwiseRendererForwarder
forward events to other renderers.static class
-
Uses of ChangeForwarder in org.biojava.bio.search
Fields in org.biojava.bio.search declared as ChangeForwarderModifier and TypeFieldDescriptionprotected ChangeForwarder
SequenceDBSearchHit.annotationForwarder
Deprecated.protected ChangeForwarder
SequenceDBSearchResult.annotationForwarder
Deprecated.protected ChangeForwarder
SequenceDBSearchSubHit.annotationForwarder
Deprecated.protected ChangeForwarder
SimpleSeqSimilaritySearchHit.annotationForwarder
protected ChangeForwarder
SimpleSeqSimilaritySearchResult.annotationForwarder
protected ChangeForwarder
SimpleSeqSimilaritySearchSubHit.annotationForwarder
-
Uses of ChangeForwarder in org.biojava.bio.seq
Fields in org.biojava.bio.seq declared as ChangeForwarderModifier and TypeFieldDescriptionprotected ChangeForwarder
NewSimpleAssembly.annotationForwarder
protected ChangeForwarder
SimpleAssembly.annotationForwarder
-
Uses of ChangeForwarder in org.biojava.bio.seq.db
Subclasses of ChangeForwarder in org.biojava.bio.seq.db -
Uses of ChangeForwarder in org.biojava.bio.seq.impl
Fields in org.biojava.bio.seq.impl declared as ChangeForwarder -
Uses of ChangeForwarder in org.biojava.bio.symbol
Subclasses of ChangeForwarder in org.biojava.bio.symbolModifier and TypeClassDescriptionclass
This adapter screens all edit events to see if they overlap with a window of interest.class
This translates edit events that fall within a window into window co-ordinates.Fields in org.biojava.bio.symbol declared as ChangeForwarderModifier and TypeFieldDescriptionprotected ChangeForwarder
AbstractSymbol.annotationForwarder
protected ChangeForwarder
SimpleAlphabet.annotationForwarder
-
Uses of ChangeForwarder in org.biojava.utils
Subclasses of ChangeForwarder in org.biojava.utilsModifier and TypeClassDescriptionstatic class
A ChangeForwarder that systematically uses a given type and wraps the old event.Methods in org.biojava.utils with parameters of type ChangeForwarderModifier and TypeMethodDescriptionfinal void
Unchangeable.addForwarder
(ChangeForwarder cf, ChangeType ct) final void
Unchangeable.removeForwarder
(ChangeForwarder cf, ChangeType ct)
new ChangeForwarder.Retyper(source, cs, Annotation.PROPERTY)
instead