|
|||||||||
| 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.UndoableInsertMeasure
public class UndoableInsertMeasure
| Field Summary |
|---|
| Fields inherited from interface org.herac.tuxguitar.gui.undo.UndoableEdit |
|---|
REDO_ACTION, UNDO_ACTION |
| Constructor Summary | |
|---|---|
UndoableInsertMeasure(int toTrack)
|
|
| Method Summary | |
|---|---|
boolean |
canRedo()
|
boolean |
canUndo()
|
UndoableInsertMeasure |
endUndo(TGSongSegment tracksMeasures,
int copyCount,
int fromNumber,
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 UndoableInsertMeasure(int toTrack)
| Method Detail |
|---|
public void redo()
throws CannotRedoException
redo in interface UndoableEditCannotRedoException
public void undo()
throws CannotUndoException
undo in interface UndoableEditCannotUndoExceptionpublic boolean canRedo()
canRedo in interface UndoableEditpublic boolean canUndo()
canUndo in interface UndoableEdit
public UndoableInsertMeasure endUndo(TGSongSegment tracksMeasures,
int copyCount,
int fromNumber,
long theMove)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||