org.herac.tuxguitar.gui.undo.undoables
public class JoinedUndoable extends Object implements UndoableEdit
| Constructor Summary | |
|---|---|
| JoinedUndoable() | |
| Method Summary | |
|---|---|
| void | addUndoableEdit(UndoableEdit undoable) |
| boolean | canRedo() |
| boolean | canUndo() |
| JoinedUndoable | endUndo() |
| void | redo() |
| void | undo() |