'STRAP:multiple sequence alignments '

charite.christo.strap
Class V3dListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by charite.christo.strap.V3dListModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.ListModel

public class V3dListModel
extends javax.swing.AbstractListModel

See Also:
Serialized Form

Field Summary
static int ANNO
           
static int DELETED_OBJECTS
           
static int HET
           
static int NUCL
           
static int PROTEINS
           
static int SEL
           
static int SFEATURE
           
static int SURFACE_OBJECTS
           
static java.lang.String[] TITLES
           
static int[] TYPES_SEL
           
 
Method Summary
 java.lang.Object getElementAt(int i)
           
 int getSize()
           
 java.lang.Object items()
           
static ChJList jList(int type, boolean create, int vers01)
           
static java.util.List list(int type, ProteinViewer pv, boolean create)
           
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTEINS

public static final int PROTEINS
See Also:
Constant Field Values

SURFACE_OBJECTS

public static final int SURFACE_OBJECTS
See Also:
Constant Field Values

DELETED_OBJECTS

public static final int DELETED_OBJECTS
See Also:
Constant Field Values

NUCL

public static final int NUCL
See Also:
Constant Field Values

HET

public static final int HET
See Also:
Constant Field Values

SEL

public static final int SEL
See Also:
Constant Field Values

ANNO

public static final int ANNO
See Also:
Constant Field Values

SFEATURE

public static final int SFEATURE
See Also:
Constant Field Values

TITLES

public static final java.lang.String[] TITLES

TYPES_SEL

public static final int[] TYPES_SEL
Method Detail

getSize

public int getSize()

items

public java.lang.Object items()

getElementAt

public java.lang.Object getElementAt(int i)

jList

public static ChJList jList(int type,
                            boolean create,
                            int vers01)

list

public static java.util.List list(int type,
                                  ProteinViewer pv,
                                  boolean create)

'STRAP:multiple sequence alignments '

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