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 | Description |
---|---|---|
UndoRedo |
getUndoRedo() |
Getter for
UndoRedo implementation associated with this provider. |
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.