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 9 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.