| Package | Description |
|---|---|
| de.tsl2.nano.incubation.repeat | |
| de.tsl2.nano.incubation.repeat.impl |
| Modifier and Type | Method and Description |
|---|---|
ICommand<?> |
ICommandManager.redo()
redo a command that was un-done.
|
ICommand<?> |
ICommandManager.undo()
undo a command that was done by
#doIt(ICommand). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ICommandManager.doIt(ICommand<?>... cmd)
doIt
|
void |
IMacroManager.record(String id,
ICommand<CONTEXT>... macros) |
| Modifier and Type | Class and Description |
|---|---|
class |
ACommand<CONTEXT>
simple command implementation to be used by a command manager
|
| Modifier and Type | Method and Description |
|---|---|
ICommand<?> |
CommandManager.redo() |
ICommand<?> |
CommandManager.undo() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommandManager.doIt(ICommand<?>... cmd) |
void |
MacroRecorder.record(String id,
ICommand<CONTEXT>... m) |
Copyright © 2012–2021. All rights reserved.