JavaTM 2 Platform
Standard Ed. 6

javax.swing.event
类 UndoableEditEvent

java.lang.Object
  继承者 java.util.EventObject
      继承者 javax.swing.event.UndoableEditEvent
所有已实现的接口:
Serializable

public class UndoableEditEvent
extends EventObject

指示发生了可撤消操作的事件。

警告:此类的序列化对象将与以后的 Swing 版本不兼容。当前的序列化支持适用于短期存储或运行相同 Swing 版本的应用程序之间的 RMI。从 1.4 版本开始,已在 java.beans 包中添加了支持所有 JavaBeansTM 长期存储的功能。请参见 XMLEncoder


字段摘要
 
从类 java.util.EventObject 继承的字段
source
 
构造方法摘要
UndoableEditEvent(Object source, UndoableEdit edit)
          构造一个 UndoableEditEvent 对象。
 
方法摘要
 UndoableEdit getEdit()
          返回 edit 值。
 
从类 java.util.EventObject 继承的方法
getSource, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

UndoableEditEvent

public UndoableEditEvent(Object source,
                         UndoableEdit edit)
构造一个 UndoableEditEvent 对象。

参数:
source - 发起事件的 Object(通常为 this
edit - 一个 UndoableEdit 对象
方法详细信息

getEdit

public UndoableEdit getEdit()
返回 edit 值。

返回:
封装 edit 的 UndoableEdit 对象

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only