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

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

Introduction

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

The text is from its open source code.

Subclass

javax.swing.undo.AbstractUndoableEdit has subclasses.
Click this link to see all its subclasses.

Constructor

AbstractUndoableEdit()
Creates an AbstractUndoableEdit which defaults hasBeenDone and alive to true.

Method

booleanaddEdit(UndoableEdit anEdit)
This default implementation returns false.
StringgetPresentationName()
This default implementation returns "".