org.herac.tuxguitar.gui.undo.undoables.measure

Class UndoableInsertMeasure

Implemented Interfaces:
UndoableEdit

public class UndoableInsertMeasure
extends java.lang.Object
implements UndoableEdit

Fields inherited from interface org.herac.tuxguitar.gui.undo.UndoableEdit

REDO_ACTION, UNDO_ACTION

Constructor Summary

UndoableInsertMeasure()

Method Summary

boolean
canRedo()
boolean
canUndo()
UndoableInsertMeasure
endUndo(TracksMeasures tracksMeasures, int copyCount, int fromNumber, long theMove)
void
redo()
void
undo()

Constructor Details

UndoableInsertMeasure

public UndoableInsertMeasure()

Method Details

canRedo

public boolean canRedo()
Specified by:
canRedo in interface UndoableEdit

canUndo

public boolean canUndo()
Specified by:
canUndo in interface UndoableEdit

endUndo

public UndoableInsertMeasure endUndo(TracksMeasures tracksMeasures,
                                     int copyCount,
                                     int fromNumber,
                                     long theMove)

redo

public void redo()
            throws CannotRedoException
Specified by:
redo in interface UndoableEdit

undo

public void undo()
            throws CannotUndoException
Specified by:
undo in interface UndoableEdit