软件包 | 描述 |
---|---|
javax.swing.undo |
允许开发人员在应用程序中提供支持,如文本编辑器中的撤消/重做。
|
Modifier and Type | Field and Description |
---|---|
protected StateEditable |
StateEdit.object
正在编辑的对象
|
Modifier and Type | Method and Description |
---|---|
protected void |
StateEdit.init(StateEditable anObject, String name) |
Constructor and Description |
---|
StateEdit(StateEditable anObject)
创建并返回一个新的stateedit。
|
StateEdit(StateEditable anObject, String name)
创建并返回一个新的stateedit名称介绍。
|
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, 2014, Oracle and/or its affiliates. All rights reserved.