Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Z 

T

TextLabelArea - Class in info.bioinfweb.libralign.alignmentarea.label
 
TextLabelArea(AlignmentLabelArea, AlignmentSubArea) - Constructor for class info.bioinfweb.libralign.alignmentarea.label.TextLabelArea
 
THYMINE - Static variable in class info.bioinfweb.libralign.model.utils.AlignmentModelUtils
 
toArray() - Method in class info.bioinfweb.libralign.dataarea.DataAreaChangeEventList
 
toArray(T[]) - Method in class info.bioinfweb.libralign.dataarea.DataAreaChangeEventList
 
toArray() - Method in class info.bioinfweb.libralign.model.tokenset.continuous.AbstractContinuousSet
Continuous sets cannot be stored in arrays, therefore this method is not supported by this class.
toArray(E[]) - Method in class info.bioinfweb.libralign.model.tokenset.continuous.AbstractContinuousSet
Continuous sets cannot be stored in arrays, therefore this method is not supported by this class.
toggleInsert() - Method in class info.bioinfweb.libralign.editsettings.EditSettings
 
toggleInsertLeftInDataArea() - Method in class info.bioinfweb.libralign.editsettings.EditSettings
 
toggleShowBaseCallLines() - Method in class info.bioinfweb.libralign.pherogram.PherogramFormats
Toggles whether base call lines (vertical lines at each base call position in the background of the trace curve output) shall be painted.
toggleShowProbabilityValues() - Method in class info.bioinfweb.libralign.pherogram.PherogramFormats
Toggles whether probability values (substitution, overcall and undercall) should be displayed in the pherogram heading.
tokenByKeyStroke(KeyStroke) - Method in class info.bioinfweb.libralign.model.tokenset.AbstractTokenSet
 
tokenByKeyStroke(KeyStroke) - Method in class info.bioinfweb.libralign.model.tokenset.BioJava3TokenSet
 
tokenByKeyStroke(KeyStroke) - Method in class info.bioinfweb.libralign.model.tokenset.continuous.AbstractContinuousSet
 
tokenByKeyStroke(KeyStroke) - Method in interface info.bioinfweb.libralign.model.tokenset.TokenSet
Returns the token from this set that is associated with the specified key stroke.
tokenByRepresentation(String) - Method in class info.bioinfweb.libralign.model.tokenset.BioJava3TokenSet
 
tokenByRepresentation(String) - Method in class info.bioinfweb.libralign.model.tokenset.CharacterTokenSet
Returns the first character of representation if that character is contained in this set.
tokenByRepresentation(String) - Method in class info.bioinfweb.libralign.model.tokenset.continuous.AbstractContinuousSet
 
tokenByRepresentation(String) - Method in class info.bioinfweb.libralign.model.tokenset.DefaultTokenSet
Returns the first token in this set returned by HashSet.iterator() with a string representation equal to representation.
tokenByRepresentation(String) - Method in interface info.bioinfweb.libralign.model.tokenset.TokenSet
Returns the token associated with the specified string representation used to display the token in an AlignmentArea or an alignment file.
TokenChangeEvent<T> - Class in info.bioinfweb.libralign.model.events
Event object that indicates that tokens in a sequence provided by an instance of AlignmentModel were inserted, removed or replaced.
TokenChangeEvent(AlignmentModel<T>, String, ListChangeType, int, Collection<? extends T>) - Constructor for class info.bioinfweb.libralign.model.events.TokenChangeEvent
Creates a new instance of this class.
TokenDefinition - Class in info.bioinfweb.libralign.model.factory
Models the definition of a token.
TokenDefinition(String, CharacterSymbolMeaning) - Constructor for class info.bioinfweb.libralign.model.factory.TokenDefinition
 
TokenPainter - Interface in info.bioinfweb.libralign.alignmentarea.tokenpainter
Interface to be implemented by all classes responsible for painting tokens from an AlignmentModel in an AlignmentArea.
TokenPainterList - Class in info.bioinfweb.libralign.alignmentarea.paintsettings
Manages a list of TokenPainters used by PaintSettings and AlignmentArea.
TokenPainterList(PaintSettings) - Constructor for class info.bioinfweb.libralign.alignmentarea.paintsettings.TokenPainterList
Creates a new instance of this class.
tokenPainterListChange(PaintSettingsEvent) - Method in interface info.bioinfweb.libralign.alignmentarea.paintsettings.PaintSettingsListener
Called if any change happens to the token painter list which is not a direct replacement of a token painter as indicated by PaintSettingsListener.tokenPainterReplaced(TokenPainterReplacedEvent).
TokenPainterMap - Class in info.bioinfweb.libralign.alignmentarea.paintsettings
Provides best matching token painters depending on the specified token set type.
TokenPainterMap() - Constructor for class info.bioinfweb.libralign.alignmentarea.paintsettings.TokenPainterMap
Creates a new instance of this class.
tokenPainterReplaced(TokenPainterReplacedEvent) - Method in interface info.bioinfweb.libralign.alignmentarea.paintsettings.PaintSettingsListener
Indicating that a token painter at a certain position in the token painter list was replaced.
TokenPainterReplacedEvent - Class in info.bioinfweb.libralign.alignmentarea.paintsettings
Event object indicating that a token painter in an instance of TokenPainterList has been replaced.
TokenPainterReplacedEvent(PaintSettings, TokenPainter, TokenPainter, int) - Constructor for class info.bioinfweb.libralign.alignmentarea.paintsettings.TokenPainterReplacedEvent
Creates a new instance of this class.
tokens - Variable in class info.bioinfweb.libralign.model.implementations.swingundo.edits.token.SwingTokenEdit
 
TokenSet<T> - Interface in info.bioinfweb.libralign.model.tokenset
This interface should be implemented by all classes specifying a set of tokens (sequence elements, e.g.
TokenSetAdapter<T> - Class in info.bioinfweb.libralign.model.io
 
TokenSetAdapter(String, TokenSet<T>, long, long) - Constructor for class info.bioinfweb.libralign.model.io.TokenSetAdapter
 
TokenSetTools - Class in info.bioinfweb.libralign.model.tokenset
Provides tool methods useful for implementing TokenSet.
TokenSetTools() - Constructor for class info.bioinfweb.libralign.model.tokenset.TokenSetTools
 
toLightweightProfile() - Method in class info.bioinfweb.libralign.model.adapters.BioJava3SequenceAdapter
Returns a BioJava alignment that contains the views of all sequences contained in the underlying data source in the order they are stored there.
toLightweightProfile(SequenceOrder) - Method in class info.bioinfweb.libralign.model.adapters.BioJava3SequenceAdapter
Returns a BioJava alignment that contains the views of all sequences contained in the underlying data source in the order specified in the order object.
ToolkitIndependentPhergramView - Interface in info.bioinfweb.libralign.pherogram.view
 
ToolkitSpecificAlignmentArea - Interface in info.bioinfweb.libralign.alignmentarea
Interface implemented by all toolkit specific components displaying the contents of an AlignmentArea.
ToolkitSpecificAlignmentContentArea - Interface in info.bioinfweb.libralign.alignmentarea.content
Interface for all toolkit specific components displaying the contents of an alignment area (not including the parent scroll container which is part of implementations of ToolkitSpecificAlignmentArea).
ToolkitSpecificAlignmentLabelArea - Interface in info.bioinfweb.libralign.alignmentarea.label
Interface that defines common methods by toolkit specific implementations of an AlignmentLabelArea.
ToolkitSpecificAlignmentRowsArea<C extends TICComponent> - Interface in info.bioinfweb.libralign.alignmentarea.rowsarea
Interface to be implemented by all classes displaying alignment associated components in rows.
ToolkitSpecificMultipleAlignmentsContainer - Interface in info.bioinfweb.libralign.multiplealignments
Common interface for toolkit specific components displaying the contents of a MultipleAlignmentsContainer.
toString() - Method in class info.bioinfweb.libralign.model.adapters.SingleCharSequenceAdapter
Returns a copy of this character sequence as a string.
toString() - Method in class info.bioinfweb.libralign.model.tokenset.continuous.ContinuousToken
 
toString() - Method in class info.bioinfweb.libralign.model.utils.indextranslation.IndexRelation
 
TRACE_CURVE_NUCLEOTIDES - Static variable in interface info.bioinfweb.libralign.pherogram.provider.PherogramProvider
A list of the nucleotides A, T, C and G to which trace curves exist in a trace file from Sanger sequencing.
A B C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links