BioLegato 0.7.0 GDE Canvas plugin

org.biolegato.gdesupport.canvas.undo
Class UndoStretchSelection

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

public class UndoStretchSelection
extends java.lang.Object
implements Undoable

This object handles undoing selection stretches within a GDETextArea.

Author:
Graham Alvare, Brian Fristensky

Constructor Summary
UndoStretchSelection(UndoableGDETextArea source, int x, int y)
          Creates a new instance of UndoChangePosition
 
Method Summary
 Undoable undo()
          Undoes the stretching of a selection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoStretchSelection

public UndoStretchSelection(UndoableGDETextArea source,
                            int x,
                            int y)
Creates a new instance of UndoChangePosition

Method Detail

undo

public Undoable undo()
Undoes the stretching of a selection

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.