public class SwingRenameSequenceEdit<T> extends SwingSequenceEdit<T>
AlignmentModel.SwingUndoAlignmentModelsequenceID| Constructor and Description |
|---|
SwingRenameSequenceEdit(SwingUndoAlignmentModel<T> model,
java.lang.String sequenceID,
java.lang.String newName) |
| 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 SwingRenameSequenceEdit(SwingUndoAlignmentModel<T> model, java.lang.String sequenceID, java.lang.String newName)
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()