BioLegato 0.7.0 GDE Canvas plugin

org.biolegato.gdesupport.canvas.undo
Class UndoRowDeletion

java.lang.Object
  extended by org.biolegato.gdesupport.canvas.undo.UndoRowDeletion
All Implemented Interfaces:
Undoable

public class UndoRowDeletion
extends java.lang.Object
implements Undoable

This object handles undoing sequence row deletions

Author:
Graham Alvare, Brian Fristensky

Constructor Summary
UndoRowDeletion(org.biolegato.core.data.seqdoc.SeqDoc source, int lineNumber, org.biolegato.core.data.sequence.Sequence deleted)
          Creates a new instance of UndoRowDeletion
 
Method Summary
 Undoable undo()
          Undoes a row deletion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoRowDeletion

public UndoRowDeletion(org.biolegato.core.data.seqdoc.SeqDoc source,
                       int lineNumber,
                       org.biolegato.core.data.sequence.Sequence deleted)
Creates a new instance of UndoRowDeletion

Method Detail

undo

public Undoable undo()
Undoes a row deletion

Specified by:
undo in interface Undoable
Returns:
an object which can redo the undone operation.

BioLegato 0.7.0 GDE Canvas plugin

Copyright © 2008-2010 University of Manitoba.