|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.gui.undo.undoables.measure.UndoableReplaceMeasures
public class UndoableReplaceMeasures
Field Summary |
---|
Fields inherited from interface org.herac.tuxguitar.gui.undo.UndoableEdit |
---|
REDO_ACTION, UNDO_ACTION |
Constructor Summary | |
---|---|
UndoableReplaceMeasures(long p1,
long p2)
|
Method Summary | |
---|---|
boolean |
canRedo()
|
boolean |
canUndo()
|
UndoableReplaceMeasures |
endUndo(TracksMeasures tracksMeasures,
int count,
int freeSpace,
long theMove)
|
void |
redo()
|
void |
undo()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UndoableReplaceMeasures(long p1, long p2)
Method Detail |
---|
public void redo() throws CannotRedoException
redo
in interface UndoableEdit
CannotRedoException
public void undo() throws CannotUndoException
undo
in interface UndoableEdit
CannotUndoException
public boolean canRedo()
canRedo
in interface UndoableEdit
public boolean canUndo()
canUndo
in interface UndoableEdit
public UndoableReplaceMeasures endUndo(TracksMeasures tracksMeasures, int count, int freeSpace, long theMove)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |