Java javax.swing.undo UndoableEditSupport fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.undo UndoableEditSupport fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

UndoableEditSupport()
Constructs an UndoableEditSupport object.

Method

voidpostEdit(UndoableEdit e)
DEADLOCK WARNING: Calling this method may call undoableEditHappened in all listeners.