Uses of Interface
javax.swing.undo.StateEditable
-
Packages that use StateEditable Package Description javax.swing.undo 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 StateEditable Modifier and Type Field and Description protected StateEditable
StateEdit. object
The object being editedMethods in javax.swing.undo with parameters of type StateEditable Modifier and Type Method and Description protected void
StateEdit. init(StateEditable anObject, String name)
Constructors in javax.swing.undo with parameters of type StateEditable Constructor and Description StateEdit(StateEditable anObject)
Create and return a new StateEdit.StateEdit(StateEditable anObject, String name)
Create and return a new StateEdit with a presentation name.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.