public abstract class SwingSequenceEdit<T> extends LibrAlignSwingAlignmentEdit<T>
SwingUndoAlignmentModel
Modifier and Type | Field and Description |
---|---|
protected String |
sequenceID |
Constructor and Description |
---|
SwingSequenceEdit(SwingUndoAlignmentModel<T> provider,
String sequenceID) |
Modifier and Type | Method and Description |
---|---|
String |
getSequenceID()
Returns the sequence ID this edit deals with.
|
getProvider, registerDocumentChange
addEdit, canRedo, canUndo, die, getIsSubedit, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, setIsSubedit, undo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPresentationName
protected String sequenceID
public SwingSequenceEdit(SwingUndoAlignmentModel<T> provider, String sequenceID)
public String getSequenceID()
null
if the ID is not yet known.