Package ghidra.framework.plugintool.util
Class UndoRedoToolState
java.lang.Object
ghidra.framework.plugintool.util.UndoRedoToolState
-
Constructor Summary
ConstructorDescriptionUndoRedoToolState
(List<Plugin> plugins, DomainObject domainObject) Construct a TransientPluginState -
Method Summary
Modifier and TypeMethodDescriptionvoid
restoreTool
(DomainObject domainObject) Restore the tool's state.
-
Constructor Details
-
UndoRedoToolState
Construct a TransientPluginState- Parameters:
plugins
- array of plugins to get transient state for
-
-
Method Details
-
restoreTool
Restore the tool's state.
-