BioLegato 0.7.3 GDE plugin

org.biolegato.gdesupport.canvas.undo
Class UndoDelete

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

public class UndoDelete
extends java.lang.Object
implements Undoable

This object handles undoing text deletion within a GDETextArea

Author:
Graham Alvare, Brian Fristensky

Constructor Summary
UndoDelete(UndoableGDETextArea source, int x, int y, java.lang.String data)
          Creates a new instance of UndoInsert
 
Method Summary
 Undoable undo()
          Undoes a deletion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoDelete

public UndoDelete(UndoableGDETextArea source,
                  int x,
                  int y,
                  java.lang.String data)
Creates a new instance of UndoInsert

Method Detail

undo

public Undoable undo()
Undoes a deletion

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

BioLegato 0.7.3 GDE plugin

Copyright © 2008-2010 University of Manitoba.