|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UndoRedo | |
org.openide.awt | A set of utility classes pertaining to the visual appearance of the IDE. |
org.openide.text | The IDE is able to integrate multiple editors for different content types and mechanically access their content. |
org.openide.windows | Most parts of the IDE do not manipulate windows directly, but use special top components. |
Uses of UndoRedo in org.openide.awt |
Classes in org.openide.awt that implement UndoRedo | |
static class |
UndoRedo.Empty
Deprecated. Use NONE rather than instantiating this. |
static class |
UndoRedo.Manager
An undo manager which fires a change event each time it consumes a new undoable edit. |
Fields in org.openide.awt declared as UndoRedo | |
static UndoRedo |
UndoRedo.NONE
Empty implementation that does not allow any undo or redo actions. |
Uses of UndoRedo in org.openide.text |
Methods in org.openide.text that return UndoRedo | |
UndoRedo |
CloneableEditor.getUndoRedo()
The undo/redo manager of the support. |
Uses of UndoRedo in org.openide.windows |
Methods in org.openide.windows that return UndoRedo | |
UndoRedo |
TopComponent.getUndoRedo()
Get the undo/redo support for this component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |