Top Fields Constructors Methods
org.jabref.gui.undo

public Class UndoAction

extends SimpleCommand
Class Inheritance
Imports
java.util.function.Supplier, javax.swing.undo.CannotUndoException, javafx.beans.binding.Bindings, org.jabref.gui.DialogService, .LibraryTab, .StateManager, org.jabref.gui.actions.SimpleCommand, org.jabref.logic.l10n.Localization

Implementation Note

See also RedoAction

Field Summary

Modifier and TypeField and Description
private final DialogService
private final Supplier<LibraryTab>
private final CountingUndoManager
Inherited from org.jabref.gui.actions.SimpleCommand:
statusMessage

Constructor Summary

AccessConstructor and Description
public
UndoAction(Supplier<LibraryTab> tabSupplier, CountingUndoManager undoManager, DialogService dialogService, StateManager stateManager)

Method Summary

Modifier and TypeMethod and Description
public void
Inherited from org.jabref.gui.actions.SimpleCommand:
getProgressprogressPropertysetExecutablestatusMessageProperty

Field Detail

dialogServiceback to summary
private final DialogService dialogService
tabSupplierback to summary
private final Supplier<LibraryTab> tabSupplier
undoManagerback to summary
private final CountingUndoManager undoManager

Constructor Detail

UndoActionback to summary
public UndoAction(Supplier<LibraryTab> tabSupplier, CountingUndoManager undoManager, DialogService dialogService, StateManager stateManager)

Method Detail

executeback to summary
public void execute()
Annotations
@Override