javax.swing.event
Class UndoableEditEvent
java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.swing.event.UndoableEditEvent
- All Implemented Interfaces: 
- Serializable
- public class UndoableEditEvent- extends EventObject
Safe:
- See Also:
- Serialized Form
| Field Summary | 
| private  javax.swing.undo.UndoableEdit | myEdit
 | 
 
 
| Constructor Summary | 
| UndoableEditEvent(Object source,
                  javax.swing.undo.UndoableEdit edit)Suppressed:  Constructs an UndoableEditEvent object.
 | 
 
| Method Summary | 
|  javax.swing.undo.UndoableEdit | getEdit()Enabled:  Returns the edit value.
 | 
 
 
 
myEdit
private javax.swing.undo.UndoableEdit myEdit
UndoableEditEvent
public UndoableEditEvent(Object source,
                         javax.swing.undo.UndoableEdit edit)
- Suppressed:  Constructs an UndoableEditEvent object.
 
- Parameters:
- source- the Object that originated the event
                (typically- this)
- edit- an UndoableEdit object
getEdit
public javax.swing.undo.UndoableEdit getEdit()
- Enabled:  Returns the edit value.
 
- 
- Returns:
- the UndoableEdit object encapsulating the edit
 
comments? 