Java javax.swing.event UndoableEditEvent fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.event UndoableEditEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.event UndoableEditEvent.

The text is from its open source code.

Constructor

UndoableEditEvent(Object source, UndoableEdit edit)
Constructs an UndoableEditEvent object.

Method

UndoableEditgetEdit()
Returns the edit value.
ObjectgetSource()
The object on which the Event initially occurred.