|
BioLegato 0.5.8 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biolegato.core.data.seqdoc.undo.UndoInsert
public class UndoInsert
This object is used to undo an insertion of text to a SeqDoc object.
| Constructor Summary | |
|---|---|
UndoInsert(SeqDoc data,
int offset,
int length)
Creates a new UndoInsert object for undoing text insertions. |
|
| Method Summary | |
|---|---|
Undoable |
undo()
Undoes the text insertion. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UndoInsert(SeqDoc data,
int offset,
int length)
data - the document to attach the object to.offset - the offset of the insertion.length - the length of text inserted.| Method Detail |
|---|
public Undoable undo()
undo in interface Undoable
|
BioLegato 0.5.8 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||