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 January 28 2016. | Portions Copyright 1997-2016 Oracle. All rights reserved.