BioLegato 0.5.7

Uses of Interface
org.biolegato.core.data.seqdoc.undo.Undoable

Packages that use Undoable
org.biolegato.core.data.seqdoc   
org.biolegato.core.data.seqdoc.undo   
 

Uses of Undoable in org.biolegato.core.data.seqdoc
 

Fields in org.biolegato.core.data.seqdoc with type parameters of type Undoable
protected  java.util.Stack<Undoable> SeqDoc.redoStack
          The stack of redoable events
protected  java.util.Stack<Undoable> SeqDoc.undoStack
          The stack of undoable events.
 

Uses of Undoable in org.biolegato.core.data.seqdoc.undo
 

Classes in org.biolegato.core.data.seqdoc.undo that implement Undoable
 class UndoDelete
          This object is used to undo a deletion of text to a SeqDoc object.
 class UndoInsert
          This object is used to undo an insertion of text to a SeqDoc object.
 

Methods in org.biolegato.core.data.seqdoc.undo that return Undoable
 Undoable UndoInsert.undo()
          Undoes the text insertion.
 Undoable UndoDelete.undo()
          Undoes the text deletion.
 Undoable Undoable.undo()
          Undoes an action represented by the undoable object.
 


BioLegato 0.5.7

Copyright © 2008-2009 University of Manitoba.