| Package | Description |
|---|---|
| javax.swing.undo |
Allows developers to provide support for undo/redo in applications such as text editors.
|
| Modifier and Type | Field and Description |
|---|---|
protected StateEditable |
StateEdit.object
The object being edited
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StateEdit.init(StateEditable
|
| Constructor and Description | |
|---|---|
StateEdit(StateEditable
Create and return a new StateEdit.
|
|
StateEdit(StateEditable
Create and return a new StateEdit with a presentation name.
|