| Package | Description |
|---|---|
| org.jrebirth.af.undoredo.command |
Provides base command for Undo/redo features.
|
| org.jrebirth.af.undoredo.service |
Provides a service to manage
org.jrebirth.undo.command.Undoable Command Stack. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUndoableCommand<WB extends WaveBean>
The Class AbstractUndoableCommand is the base class for all other undoable command.
|
class |
DefaultUndoableCommand<WB extends WaveBean>
The Class DefaultUndoableCommand is the default class to build an undoable command.
|
| Modifier and Type | Field and Description |
|---|---|
private Undoable |
StackUpCommand.undoableCommand
The undoable command.
|
| Modifier and Type | Field and Description |
|---|---|
static WaveItem<Undoable> |
UndoRedoWaves.UNDOABLE_COMMAND
The
Undoable command. |
| Modifier and Type | Method and Description |
|---|---|
void |
StackUpCommand.setUndoableCommand(Undoable undoableCommand)
Sets the undoable command.
|
| Modifier and Type | Field and Description |
|---|---|
private List<Undoable> |
UndoRedoService.commandStack
The command stack.
|
private List<Undoable> |
UndoRedoService.undoneStack
The commands that have been undone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UndoRedoService.stackUp(Undoable command)
Stack up a command.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.