All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.undo.UndoableEditEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.sun.java.swing.undo.UndoableEditEvent

public class UndoableEditEvent
extends EventObject
An event indicating that an undoable operation has happened.


Constructor Index

 o UndoableEditEvent(Object, UndoableEdit)

Method Index

 o getEdit()

Constructors

 o UndoableEditEvent
 public UndoableEditEvent(Object source,
                          UndoableEdit edit)

Methods

 o getEdit
 public UndoableEdit getEdit()

All Packages  Class Hierarchy  This Package  Previous  Next  Index