Uses of Interface
javax.swing.undo.StateEditable
-
Packages that use StateEditable 软件包 描述 javax.swing.undo 允许开发人员在文本编辑器等应用程序中提供撤消/重做的支持。 -
-
Uses of StateEditable in javax.swing.undo
Fields in javax.swing.undo declared as StateEditable Modifier and Type Field 描述 protected StateEditable
StateEdit. object
正在编辑的对象Methods in javax.swing.undo with parameters of type StateEditable Modifier and Type 方法 描述 protected void
StateEdit. init(StateEditable anObject, String name)
初始化状态编辑。Constructors in javax.swing.undo with parameters of type StateEditable Constructor 描述 StateEdit(StateEditable anObject)
创建并返回一个新的StateEdit。StateEdit(StateEditable anObject, String name)
创建并返回一个新的StateEdit与演示名称。
-