Package | Description |
---|---|
org.openide.awt |
A set of utility classes pertaining to the visual appearance of NetBeans.
|
Modifier and Type | Class and Description |
---|---|
static class |
UndoRedo.Empty
Deprecated.
Use
UndoRedo.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.
|
Modifier and Type | Field and Description |
---|---|
static UndoRedo |
UndoRedo.NONE
Empty implementation that does not allow
any undo or redo actions.
|
Modifier and Type | Method and Description |
---|---|
UndoRedo |
UndoRedo.Provider.getUndoRedo()
Getter for
UndoRedo implementation associated with this provider. |