|
org.openide.awt 7.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface UndoRedo.Provider
Components that provide 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
.
Method Summary | |
---|---|
UndoRedo |
getUndoRedo()
Getter for UndoRedo implementation associated with this provider. |
Method Detail |
---|
UndoRedo getUndoRedo()
UndoRedo
implementation associated with this provider.
|
org.openide.awt 7.31.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |