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

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

Introduction

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

The text is from its open source code.

Constructor

CompoundEdit()
Constructs a CompoundEdit .

Method

booleanaddEdit(UndoableEdit anEdit)
If this edit is inProgress, accepts anEdit and returns true.
voidend()
Sets inProgress to false.