|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.herac.tuxguitar.gui.undo.UndoableManager
public class UndoableManager
Constructor Summary | |
---|---|
UndoableManager()
|
Method Summary | |
---|---|
void |
addEdit(UndoableEdit anEdit)
|
boolean |
canRedo()
|
boolean |
canUndo()
|
void |
discardAllEdits()
|
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 UndoableManager()
Method Detail |
---|
public void discardAllEdits()
public void undo() throws CannotUndoException
CannotUndoException
public void redo() throws CannotRedoException
CannotRedoException
public boolean canUndo()
public boolean canRedo()
public void addEdit(UndoableEdit anEdit)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |