Package org.biojava.bio.symbol
Class AbstractSymbolList.EditTranslater
java.lang.Object
org.biojava.utils.ChangeForwarder
org.biojava.bio.symbol.AbstractSymbolList.EditScreener
org.biojava.bio.symbol.AbstractSymbolList.EditTranslater
- All Implemented Interfaces:
EventListener,ChangeListener
- Enclosing class:
- AbstractSymbolList
This translates edit events that fall within a window into window
co-ordinates.
- Author:
- Matthew Pocock
-
Nested Class Summary
Nested classes/interfaces inherited from class org.biojava.utils.ChangeForwarder
ChangeForwarder.RetyperNested classes/interfaces inherited from interface org.biojava.utils.ChangeListener
ChangeListener.AlwaysVetoListener, ChangeListener.ChangeEventRecorder, ChangeListener.LoggingListener -
Field Summary
Fields inherited from class org.biojava.bio.symbol.AbstractSymbolList.EditScreener
max, minFields inherited from interface org.biojava.utils.ChangeListener
ALWAYS_VETO, LOG_TO_OUT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ChangeEventReturn the new event to represent the originating event ce.Methods inherited from class org.biojava.utils.ChangeForwarder
changeSupport, getSource, postChange, preChange
-
Constructor Details
-
EditTranslater
-
-
Method Details
-
generateEvent
Description copied from class:ChangeForwarderReturn the new event to represent the originating event ce.
The returned ChangeEvent is the event that will be fired, and should be built from information in the original event. If it is null, then no event will be fired.
The default implementation just constructs a ChangeEvent of the same type that chains back to ce.
- Overrides:
generateEventin classAbstractSymbolList.EditScreener- Parameters:
ce- the originating ChangeEvent- Returns:
- a new ChangeEvent to pass on, or null if no event should be sent
-