API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.event. UndoableEditEvent View Source
Author(s)
Ray Ryan
Since
Version
1.19 11/17/05
Serial
Hierarchy
 Object
      EventObject
          UndoableEditEvent
Implements
Subclasses
Description
public class UndoableEditEvent
  An event indicating that an operation which can be undone has occurred.
See also:   
Constructors
public UndoableEditEvent (Object source, UndoableEdit edit)
  Constructs an UndoableEditEvent object.
Methods
Hide/Show inherited methods
public UndoableEdit getEdit ()
  Returns the edit value.
public Object getSource () [Inherited From EventObject]
  The object on which the Event initially occurred.
public String toString () [Inherited From EventObject]
  Returns a String representation of this EventObject.
Fields
Hide/Show inherited fields
protectedtransient Object source [Inherited From EventObject]
The object on which the Event initially occurred.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar