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