Implementation Note
See also RedoAction
Modifier and Type | Field and Description |
---|---|
private final DialogService | |
private final Supplier | |
private final CountingUndoManager |
Access | Constructor and Description |
---|---|
public | UndoAction(Supplier<LibraryTab> tabSupplier, CountingUndoManager undoManager, DialogService dialogService, StateManager stateManager)
|
Modifier and Type | Method and Description |
---|---|
public void |
dialogService | back to summary |
---|---|
private final DialogService dialogService |
tabSupplier | back to summary |
---|---|
private final Supplier<LibraryTab> tabSupplier |
undoManager | back to summary |
---|---|
private final CountingUndoManager undoManager |
UndoAction | back to summary |
---|---|
public UndoAction(Supplier<LibraryTab> tabSupplier, CountingUndoManager undoManager, DialogService dialogService, StateManager stateManager) |
execute | back to summary |
---|---|
public void execute()
|