Uses of Interface
javax.swing.undo.StateEditable
Package
Description
Allows developers to provide support for undo/redo in applications such as
text editors.
-
Uses of StateEditable in javax.swing.undo
Modifier and TypeFieldDescriptionprotected StateEditable
StateEdit.object
The object being editedModifier and TypeMethodDescriptionprotected void
StateEdit.init
(StateEditable anObject, String name) Initialize the state edit.ModifierConstructorDescriptionStateEdit
(StateEditable anObject) Create and return a new StateEdit.StateEdit
(StateEditable anObject, String name) Create and return a new StateEdit with a presentation name.