Uses of Class
org.biojava.utils.ChangeForwarder
-
Packages that use ChangeForwarder Package Description 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.search Interfaces and classes for representing sequence similarity search results.org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects.org.biojava.bio.seq.db Collections of biological sequence data.org.biojava.bio.seq.impl Standard in-memory implementations ofSequenceandFeature.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 Modifier and Type Class Description static classAnnotatable.AnnotationForwarderDeprecated.usenew ChangeForwarder.Retyper(source, cs, Annotation.PROPERTY)insteadprotected classMergeAnnotation.PropertyForwarderListener used to forward changes for any of the underlying annotations to listeners on this annotation.protected classOverlayAnnotation.PropertyForwarderForwards change events from the underlying Annotation to this one. -
Uses of ChangeForwarder in org.biojava.bio.dist
Subclasses of ChangeForwarder in org.biojava.bio.dist Modifier and Type Class Description static classDistribution.NullModelForwarderDeprecated.usenew ChangeForwarder.Retyper(this, cs, Annotation.PROPERTY)insteadFields in org.biojava.bio.dist declared as ChangeForwarder Modifier and Type Field Description protected ChangeForwarderAbstractDistribution. nullModelForwarderForwarder for modifications to the null model.protected ChangeForwarderAbstractOrderNDistribution. weightForwarderThe 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 ChangeForwarder Modifier and Type Field Description protected ChangeForwarderSimpleEmissionState. annotationForwarderprotected ChangeForwarderSimpleEmissionState. distForwarder -
Uses of ChangeForwarder in org.biojava.bio.gui.sequence
Subclasses of ChangeForwarder in org.biojava.bio.gui.sequence Modifier and Type Class Description static classPairwiseSequenceRenderer.PairwiseRendererForwarderPairwiseRendererForwarderforward events to other renderers.static classSequenceRenderer.RendererForwarder -
Uses of ChangeForwarder in org.biojava.bio.search
Fields in org.biojava.bio.search declared as ChangeForwarder Modifier and Type Field Description protected ChangeForwarderSequenceDBSearchHit. annotationForwarderDeprecated.protected ChangeForwarderSequenceDBSearchResult. annotationForwarderDeprecated.protected ChangeForwarderSequenceDBSearchSubHit. annotationForwarderDeprecated.protected ChangeForwarderSimpleSeqSimilaritySearchHit. annotationForwarderprotected ChangeForwarderSimpleSeqSimilaritySearchResult. annotationForwarderprotected ChangeForwarderSimpleSeqSimilaritySearchSubHit. annotationForwarder -
Uses of ChangeForwarder in org.biojava.bio.seq
Fields in org.biojava.bio.seq declared as ChangeForwarder Modifier and Type Field Description protected ChangeForwarderNewSimpleAssembly. annotationForwarderprotected ChangeForwarderSimpleAssembly. annotationForwarder -
Uses of ChangeForwarder in org.biojava.bio.seq.db
Subclasses of ChangeForwarder in org.biojava.bio.seq.db Modifier and Type Class Description protected classSequenceDBWrapper.SequencesForwarder -
Uses of ChangeForwarder in org.biojava.bio.seq.impl
Fields in org.biojava.bio.seq.impl declared as ChangeForwarder Modifier and Type Field Description protected ChangeForwarderSubSequence. annotationForwarder -
Uses of ChangeForwarder in org.biojava.bio.symbol
Subclasses of ChangeForwarder in org.biojava.bio.symbol Modifier and Type Class Description classAbstractSymbolList.EditScreenerThis adapter screens all edit events to see if they overlap with a window of interest.classAbstractSymbolList.EditTranslaterThis translates edit events that fall within a window into window co-ordinates.Fields in org.biojava.bio.symbol declared as ChangeForwarder Modifier and Type Field Description protected ChangeForwarderAbstractSymbol. annotationForwarderprotected ChangeForwarderSimpleAlphabet. annotationForwarder -
Uses of ChangeForwarder in org.biojava.utils
Subclasses of ChangeForwarder in org.biojava.utils Modifier and Type Class Description static classChangeForwarder.RetyperA ChangeForwarder that systematically uses a given type and wraps the old event.Methods in org.biojava.utils with parameters of type ChangeForwarder Modifier and Type Method Description voidUnchangeable. addForwarder(ChangeForwarder cf, ChangeType ct)voidUnchangeable. removeForwarder(ChangeForwarder cf, ChangeType ct)
-