public class SwingRemoveSequenceEdit<T> extends SwingSequenceEdit<T>
AlignmentModel.SwingUndoAlignmentModelsequenceID| Constructor and Description |
|---|
SwingRemoveSequenceEdit(SwingUndoAlignmentModel<T> provider,
java.lang.String sequenceID) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPresentationName() |
void |
redo() |
void |
undo() |
getSequenceIDgetModel, registerDocumentChangeaddEdit, canRedo, canUndo, die, getIsSubedit, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, setIsSubeditpublic SwingRemoveSequenceEdit(SwingUndoAlignmentModel<T> provider, java.lang.String sequenceID)
public void redo() throws javax.swing.undo.CannotRedoException
redo in interface javax.swing.undo.UndoableEditredo in class AbstractDocumentEditjavax.swing.undo.CannotRedoExceptionpublic void undo() throws javax.swing.undo.CannotUndoException
undo in interface javax.swing.undo.UndoableEditundo in class AbstractDocumentEditjavax.swing.undo.CannotUndoExceptionpublic java.lang.String getPresentationName()