public static interface UndoRedo.Provider
UndoRedo
shall announce that by
implementing this provider interface. Both Edit/Undo and Edit/Redo actions
seek this interface inside current selection (e.g. Utilities.actionsGlobalContext()
).
To control these actions make sure your implementation of this interface
is exposed in instance representing current context
.Modifier and Type | Method and Description |
---|---|
UndoRedo |
getUndoRedo()
Getter for
UndoRedo implementation associated with this provider. |
Built on May 31 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.