All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class java.awt.swing.undo.UndoableEditEvent

java.lang.Object
    |
    +----java.util.EventObject
            |
            +----java.awt.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  

Submit a bug or feature