|
BioLegato 0.7.3 GDE plugin | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biolegato.gdesupport.canvas.undo.UndoMulti
public class UndoMulti
This object contains a linked list of related undoable objects. This is used to amalgomate undoable objects together to provide undo support for complex operations.
| Constructor Summary | |
|---|---|
UndoMulti()
Creates a new instance of UndoMulti |
|
UndoMulti(java.util.List<Undoable> list)
Creates a new instance of UndoMulti from a linked list |
|
| Method Summary | |
|---|---|
void |
addUndo(Undoable object)
Adds an undoable to the undo multi |
boolean |
isEmpty()
Checks if the undo multi contains any undoable objects |
Undoable |
undo()
Undoes a multitude of undoable objects |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UndoMulti()
public UndoMulti(java.util.List<Undoable> list)
list - the list to create the UndoMulti from.| Method Detail |
|---|
public void addUndo(Undoable object)
object - the undoable object to add.public Undoable undo()
undo in interface Undoablepublic boolean isEmpty()
|
BioLegato 0.7.3 GDE plugin | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||