'STRAP:multiple sequence alignments '

charite.christo
Class JListModel

java.lang.Object
  extended by charite.christo.JListModel
All Implemented Interfaces:
javax.swing.ComboBoxModel, javax.swing.ListModel

public class JListModel
extends java.lang.Object
implements javax.swing.ComboBoxModel


Constructor Summary
JListModel(java.util.List li)
           
 
Method Summary
 void addListDataListener(javax.swing.event.ListDataListener l)
           
 java.lang.Object getElementAt(int i)
           
 java.lang.Object getSelectedItem()
           
 int getSize()
           
 void removeListDataListener(javax.swing.event.ListDataListener l)
           
 void setSelectedItem(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JListModel

public JListModel(java.util.List li)
Method Detail

getSize

public int getSize()
Specified by:
getSize in interface javax.swing.ListModel

getElementAt

public java.lang.Object getElementAt(int i)
Specified by:
getElementAt in interface javax.swing.ListModel

addListDataListener

public void addListDataListener(javax.swing.event.ListDataListener l)
Specified by:
addListDataListener in interface javax.swing.ListModel

removeListDataListener

public void removeListDataListener(javax.swing.event.ListDataListener l)
Specified by:
removeListDataListener in interface javax.swing.ListModel

getSelectedItem

public java.lang.Object getSelectedItem()
Specified by:
getSelectedItem in interface javax.swing.ComboBoxModel

setSelectedItem

public void setSelectedItem(java.lang.Object o)
Specified by:
setSelectedItem in interface javax.swing.ComboBoxModel

'STRAP:multiple sequence alignments '

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