BioLegato 0.7.3 GDE plugin

Uses of Interface
org.biolegato.gdesupport.canvas.undo.Undoable

Packages that use Undoable
org.biolegato.gdesupport.canvas   
org.biolegato.gdesupport.canvas.textarea   
org.biolegato.gdesupport.canvas.undo   
 

Uses of Undoable in org.biolegato.gdesupport.canvas
 

Methods in org.biolegato.gdesupport.canvas with parameters of type Undoable
 void GDECanvas.addUndo(Undoable undo)
          Adds an undoable object to the undo stack.
 

Uses of Undoable in org.biolegato.gdesupport.canvas.textarea
 

Methods in org.biolegato.gdesupport.canvas.textarea that return Undoable
 Undoable UndoableGDETextArea.uchangePosition(int newColumn, int newRow)
          The undoable version of the "changePosition" function
 Undoable UndoableGDETextArea.udelete(int x, int y, int w, int h)
          Removes text from a document.
 Undoable UndoableGDETextArea.udeleteSelection()
          The undoable version of the "deleteSelection" function
 Undoable UndoableGDETextArea.uinsert(int x, int y, Cell[] sequences)
          Inserts an array of sequences into the textarea's underlying SeqDoc
 Undoable UndoableGDETextArea.uinsert(int x, int y, java.lang.String text)
          Inserts a string into the textarea's underlying SeqDoc (NOTE: this should ONLY be called by sub-methods)
 Undoable UndoableGDETextArea.updelete(int x, int y, int w, int h)
          Removes text from one line of a document (doesn't do any group processing - permission processing only).
 Undoable UndoableGDETextArea.updeleteSelection()
          The undoable version of the "deleteSelection" function
 

Uses of Undoable in org.biolegato.gdesupport.canvas.undo
 

Classes in org.biolegato.gdesupport.canvas.undo that implement Undoable
 class UndoChangePosition
          This object handles undoing caret position changes within a GDETextArea.
 class UndoDelete
          This object handles undoing text deletion within a GDETextArea
 class UndoInsert
          This object handles undoing text insertion within a UndoableGDETextArea
 class UndoMulti
          This object contains a linked list of related undoable objects.
 class UndoRowDeletion
          This object handles undoing sequence row deletions
 class UndoRowInsertion
          This object handles undoing sequence row inesrtions
 

Methods in org.biolegato.gdesupport.canvas.undo that return Undoable
 Undoable UndoChangePosition.undo()
          Undoes the changing of caret position
 Undoable UndoDelete.undo()
          Undoes a deletion
 Undoable UndoInsert.undo()
          Undoes a text insertion
 Undoable UndoMulti.undo()
          Undoes a multitude of undoable objects
 Undoable UndoRowDeletion.undo()
          Undoes a row deletion
 Undoable UndoRowInsertion.undo()
          Undoes a row insertion
 Undoable Undoable.undo()
          Undoes an action represented by the undoable object.
 

Methods in org.biolegato.gdesupport.canvas.undo with parameters of type Undoable
 void UndoMulti.addUndo(Undoable object)
          Adds an undoable to the undo multi
 

Constructor parameters in org.biolegato.gdesupport.canvas.undo with type arguments of type Undoable
UndoMulti(java.util.List<Undoable> list)
          Creates a new instance of UndoMulti from a linked list
 


BioLegato 0.7.3 GDE plugin

Copyright © 2008-2010 University of Manitoba.