public abstract class ExecutableChange extends AbstractUndoableEdit
RedoName, UndoName
Constructor and Description |
---|
ExecutableChange() |
Modifier and Type | Method and Description |
---|---|
abstract void |
execute() |
void |
redo() |
void |
undo() |
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, replaceEdit, toString
public void undo()
undo
in interface UndoableEdit
undo
in class AbstractUndoableEdit
public void redo()
redo
in interface UndoableEdit
redo
in class AbstractUndoableEdit
public abstract void execute()
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.