|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.gui.undo.undoables.custom.UndoableChangeCloseRepeat
public class UndoableChangeCloseRepeat
Field Summary |
---|
Fields inherited from interface org.herac.tuxguitar.gui.undo.UndoableEdit |
---|
REDO_ACTION, UNDO_ACTION |
Method Summary | |
---|---|
boolean |
canRedo()
|
boolean |
canUndo()
|
UndoableChangeCloseRepeat |
endUndo(int redoRepeatClose)
|
void |
redo()
|
static UndoableChangeCloseRepeat |
startUndo()
|
static UndoableChangeCloseRepeat |
startUndo(long position,
int repeatClose)
|
void |
undo()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 static UndoableChangeCloseRepeat startUndo()
public static UndoableChangeCloseRepeat startUndo(long position, int repeatClose)
public UndoableChangeCloseRepeat endUndo(int redoRepeatClose)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |