'STRAP:multiple sequence alignments '

charite.christo.interfaces
Interface ProteinAlignmentWithGUI

All Superinterfaces:
ProteinAlignment

public interface ProteinAlignmentWithGUI
extends ProteinAlignment


Method Summary
 void dispatch(ProteinEvent ev)
           
 int getColumnAtCursor()
           
 int getIndexOfAminoAcidAtCursor()
           
 Protein getProteinAtCursor()
           
 Protein[] getSelectedProteins()
           
 void setCursorToProteinAndAAindex(Protein p, int iAa)
           
 
Methods inherited from interface charite.christo.interfaces.ProteinAlignment
countRows, findRow, getProtein, getProteins
 

Method Detail

getProteinAtCursor

Protein getProteinAtCursor()

getIndexOfAminoAcidAtCursor

int getIndexOfAminoAcidAtCursor()

getColumnAtCursor

int getColumnAtCursor()

getSelectedProteins

Protein[] getSelectedProteins()

setCursorToProteinAndAAindex

void setCursorToProteinAndAAindex(Protein p,
                                  int iAa)

dispatch

void dispatch(ProteinEvent ev)

'STRAP:multiple sequence alignments '

'The most important classes are StrapAlign, StrapProtein and StrapEvent.'