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