Uses of Interface
javax.swing.undo.StateEditable
Packages that use StateEditable
包
描述
Allows developers to provide support for undo/redo in applications such as
text editors.
-
Uses of StateEditable in javax.swing.undo
Fields in javax.swing.undo declared as StateEditableMethods in javax.swing.undo with parameters of type StateEditable修饰符和类方法描述protected void
StateEdit.init
(StateEditable anObject, String name) Initialize the state edit.Constructors in javax.swing.undo with parameters of type StateEditableModifierConstructor描述StateEdit
(StateEditable anObject) Create and return a new StateEdit.StateEdit
(StateEditable anObject, String name) Create and return a new StateEdit with a presentation name.