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 June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.