BioLegato 0.7.0 GDE Canvas plugin

org.biolegato.gdesupport.canvas.undo
Class UndoRowInsertion

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

public class UndoRowInsertion
extends java.lang.Object
implements Undoable

This object handles undoing sequence row inesrtions

Author:
Graham Alvare, Brian Fristensky

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

Constructor Detail

UndoRowInsertion

public UndoRowInsertion(org.biolegato.core.data.seqdoc.SeqDoc source,
                        int lineNumber)
Creates a new instance of UndoRowInsertion

Method Detail

undo

public Undoable undo()
Undoes a row insertion

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.