Uses of Class
org.biojava.utils.ChangeEvent
-
Packages that use ChangeEvent 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.gui.sequence Graphical displays of biological sequences and associated annotations.org.biojava.bio.seq.db Collections of biological sequence data.org.biojava.bio.seq.projection Code for projecting Feature objects and systematically altering their properties.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 ChangeEvent in org.biojava.bio
Methods in org.biojava.bio that return ChangeEvent Modifier and Type Method Description protected ChangeEventAnnotatable.AnnotationForwarder. generateEvent(ChangeEvent ce)Deprecated.ChangeEventMergeAnnotation.PropertyForwarder. generateEvent(ChangeEvent ce)ChangeEventOverlayAnnotation.PropertyForwarder. generateEvent(ChangeEvent ce)Methods in org.biojava.bio with parameters of type ChangeEvent Modifier and Type Method Description protected ChangeEventAnnotatable.AnnotationForwarder. generateEvent(ChangeEvent ce)Deprecated.ChangeEventMergeAnnotation.PropertyForwarder. generateEvent(ChangeEvent ce)ChangeEventOverlayAnnotation.PropertyForwarder. generateEvent(ChangeEvent ce) -
Uses of ChangeEvent in org.biojava.bio.dist
Methods in org.biojava.bio.dist that return ChangeEvent Modifier and Type Method Description protected ChangeEventDistribution.NullModelForwarder. generateEvent(ChangeEvent ce)Deprecated.Methods in org.biojava.bio.dist with parameters of type ChangeEvent Modifier and Type Method Description protected ChangeEventDistribution.NullModelForwarder. generateEvent(ChangeEvent ce)Deprecated. -
Uses of ChangeEvent in org.biojava.bio.gui.sequence
Methods in org.biojava.bio.gui.sequence that return ChangeEvent Modifier and Type Method Description ChangeEventPairwiseSequenceRenderer.PairwiseRendererForwarder. generateEvent(ChangeEvent ce)generateEventgenerates events in response to layout change and repaint requests.ChangeEventSequenceRenderer.RendererForwarder. generateEvent(ChangeEvent ce)Methods in org.biojava.bio.gui.sequence with parameters of type ChangeEvent Modifier and Type Method Description ChangeEventPairwiseSequenceRenderer.PairwiseRendererForwarder. generateEvent(ChangeEvent ce)generateEventgenerates events in response to layout change and repaint requests.ChangeEventSequenceRenderer.RendererForwarder. generateEvent(ChangeEvent ce) -
Uses of ChangeEvent in org.biojava.bio.seq.db
Methods in org.biojava.bio.seq.db that return ChangeEvent Modifier and Type Method Description ChangeEventSequenceDBWrapper.SequencesForwarder. generateEvent(ChangeEvent ce)Methods in org.biojava.bio.seq.db with parameters of type ChangeEvent Modifier and Type Method Description ChangeEventSequenceDBWrapper.SequencesForwarder. generateEvent(ChangeEvent ce) -
Uses of ChangeEvent in org.biojava.bio.seq.projection
Methods in org.biojava.bio.seq.projection that return ChangeEvent Modifier and Type Method Description protected ChangeEventProjectedFeatureHolder. forwardChangeEvent(ChangeEvent cev)Called internally to generate a forwarded version of a ChangeEvent from our underlying FeatureHolderMethods in org.biojava.bio.seq.projection with parameters of type ChangeEvent Modifier and Type Method Description protected ChangeEventProjectedFeatureHolder. forwardChangeEvent(ChangeEvent cev)Called internally to generate a forwarded version of a ChangeEvent from our underlying FeatureHolder -
Uses of ChangeEvent in org.biojava.bio.symbol
Methods in org.biojava.bio.symbol that return ChangeEvent Modifier and Type Method Description protected ChangeEventAbstractSymbolList.EditScreener. generateEvent(ChangeEvent ce)protected ChangeEventAbstractSymbolList.EditTranslater. generateEvent(ChangeEvent ce)Methods in org.biojava.bio.symbol with parameters of type ChangeEvent Modifier and Type Method Description protected ChangeEventAbstractSymbolList.EditScreener. generateEvent(ChangeEvent ce)protected ChangeEventAbstractSymbolList.EditTranslater. generateEvent(ChangeEvent ce)voidSimpleSymbolList. postChange(ChangeEvent cev)voidSimpleSymbolList. preChange(ChangeEvent cev)On preChange() we convert the SymolList to a non-veiw version, giving it its own copy of symbols -
Uses of ChangeEvent in org.biojava.utils
Methods in org.biojava.utils that return ChangeEvent Modifier and Type Method Description protected ChangeEventChangeForwarder. generateEvent(ChangeEvent ce)Return the new event to represent the originating event ce.protected ChangeEventChangeForwarder.Retyper. generateEvent(ChangeEvent ce)ChangeEventChangeEvent. getChainedEvent()Return the event which caused this to be fired, ornullif this change was not caused by another event.ChangeEventChangeVetoException. getChangeEvent()Return the ChangeEvent which is being vetoed.ChangeEventChangeListener.ChangeEventRecorder. getEvent()Methods in org.biojava.utils with parameters of type ChangeEvent Modifier and Type Method Description voidChangeHub. firePostChange(Object key, ChangeEvent cev)invoke the firePostChangeEvent on all ChangeListeners associated with a specific key.voidIndexedChangeHub. firePostChange(Object key, ChangeEvent cev)voidChangeSupport. firePostChangeEvent(ChangeEvent ce)Inform the listeners that a change has taken place using their firePostChangeEvent methods.voidChangeHub. firePreChange(Object key, ChangeEvent cev)invoke the firePreChangeEvent on all ChangeListeners associated with a specific key.voidIndexedChangeHub. firePreChange(Object key, ChangeEvent cev)voidChangeSupport. firePreChangeEvent(ChangeEvent ce)Inform the listeners that a change is about to take place using their firePreChangeEvent methods.protected ChangeEventChangeForwarder. generateEvent(ChangeEvent ce)Return the new event to represent the originating event ce.protected ChangeEventChangeForwarder.Retyper. generateEvent(ChangeEvent ce)protected abstract booleanIndexedChangeHub. isMyChangeEvent(ChangeEvent cev, IndexedChangeHub.ListenerMemento lm)voidChangeAdapter. postChange(ChangeEvent ce)voidChangeForwarder. postChange(ChangeEvent ce)voidChangeListener.AlwaysVetoListener. postChange(ChangeEvent cev)voidChangeListener.LoggingListener. postChange(ChangeEvent cev)voidChangeListener. postChange(ChangeEvent cev)Called when a change has just taken place.voidChangeAdapter. preChange(ChangeEvent ce)voidChangeForwarder. preChange(ChangeEvent ce)voidChangeListener.AlwaysVetoListener. preChange(ChangeEvent cev)voidChangeListener.ChangeEventRecorder. preChange(ChangeEvent cev)voidChangeListener.LoggingListener. preChange(ChangeEvent cev)voidChangeListener. preChange(ChangeEvent cev)Called before a change takes place.Constructors in org.biojava.utils with parameters of type ChangeEvent Constructor Description ChangeEvent(Object source, ChangeType type, Object change, Object previous, ChangeEvent chain)Construct a ChangeEvent to be fired because another ChangeEvent has been received from a property object.ChangeVetoException(Throwable ex, ChangeEvent change)Propogate an exception without (additional) explanation.ChangeVetoException(Throwable ex, ChangeEvent change, String reason)Propogate an exception, giving a detail messageChangeVetoException(ChangeEvent change)Construct an exception to veto a change without explanation.ChangeVetoException(ChangeEvent change, String reason)Construct an exception to veto a change for a specified reason.
-