| AbstractCommand |
|
| Command |
A Command ( Command) represents an (atomic) operation applied
to a context returning a result encapsulated in an object (as of object
oriented programming).
|
| CommandAccessor |
Provides an accessor for a command property.
|
| CommandAccessor.CommandBuilder |
Provides a builder method for a name property returning the builder for
applying multiple build operations.
|
| CommandAccessor.CommandMutator |
Provides a mutator for a command property.
|
| CommandRuntimeException |
The Class CommandRuntimeException.
|
| NotUndoableRuntimeException |
The Class NotUndoableRuntimeException.
|
| Undoable |
An Undoable is a Command) which also provides means to undo
its operation applied before.
|
| UndoableAccessor |
Provides an accessor for a command property.
|
| UndoableAccessor.UndoableBuilder |
Provides a builder method for a name property returning the builder for
applying multiple build operations.
|
| UndoableAccessor.UndoableMutator |
Provides a mutator for a undoable property.
|
| Worker |
A Worker represents an (atomic) operation applied to a context and
(in contrast to a Command) not returning any result, all of which
encapsulated in an object (as of object oriented programming).
|
| WorkerAccessor |
Provides an accessor for a command property.
|
| WorkerAccessor.WorkerBuilder |
Provides a builder method for a name property returning the builder for
applying multiple build operations.
|
| WorkerAccessor.WorkerMutator |
Provides a mutator for a worker property.
|