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 变量和类型 字段 描述 protected StateEditable
StateEdit. object
正在编辑的对象Methods in javax.swing.undo with parameters of type StateEditable 变量和类型 方法 描述 protected void
StateEdit. init(StateEditable anObject, String name)
初始化状态编辑。Constructors in javax.swing.undo with parameters of type StateEditable 构造器 描述 StateEdit(StateEditable anObject)
创建并返回一个新的StateEdit。StateEdit(StateEditable anObject, String name)
创建并返回带有演示文稿名称的新StateEdit。
-