See: Description
| Interface | Description |
|---|---|
| Command |
Undoable operation.
|
| History |
Stores a history of commands based on each other.
|
| History.Listener |
Listens to history changes.
|
| Class | Description |
|---|---|
| AbstractCommand |
Commons for commands.
|
| CommandAggregation |
Aggregation to execute and roll back multiple commands together.
|
| ComplexHistory |
Advanced history implementation.
|
| LinearHistory |
Traditional linear history implementation.
|
| PathEntry | |
| SampleDocument |
Demo document for demonstrating history management.
|
| SingleCommandHistory |
The most simple history implementation which can store only a single command.
|
| SynchronizedHistoryWrapper |
Synchronized wrapper for concurrently used history managers.
|
| Enum | Description |
|---|---|
| History.Listener.OperationType |
Type of operation which occurred on the command history
|