apollo.editor
Class AnnotationEditor.FeatChangeData

java.lang.Object
  extended by apollo.editor.AnnotationEditor.FeatChangeData
Enclosing class:
AnnotationEditor

public class AnnotationEditor.FeatChangeData
extends java.lang.Object

Helper class for keeping track of changed top level annots


Field Summary
 java.util.List<SeqFeatureI> newFeats
           
 SeqFeatureI oldFeat
           
 
Constructor Summary
AnnotationEditor.FeatChangeData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oldFeat

public SeqFeatureI oldFeat

newFeats

public java.util.List<SeqFeatureI> newFeats
Constructor Detail

AnnotationEditor.FeatChangeData

public AnnotationEditor.FeatChangeData()