public interface UndoRedoWaves
| Modifier and Type | Field and Description |
|---|---|
static WaveItem<String> |
STACK_NAME
The name ot the undeo/redo stack to use.
|
static WaveItem<Boolean> |
UNDO_REDO
The undo redo flag to indicate if we must process the
AbstractUndoableCommand.undo method or AbstractUndoableCommand.redo. |
static WaveItem<Undoable> |
UNDOABLE_COMMAND
The
Undoable command. |
static final WaveItem<Boolean> UNDO_REDO
AbstractUndoableCommand.undo method or AbstractUndoableCommand.redo.Copyright © 2011–2014 JRebirth OSS. All rights reserved.