Uses of Interface javax.swing.event.UndoableEditListener

Uses in package javax.swing.text

Methods with parameter type javax.swing.event.UndoableEditListener

void
Adds a UndoableEditListener object to this document.
void
Adds an UndoableEditListener to this document.
void
Removes a UndoableEditListener object from this document.
void
Removes an UndoableEditListener from this Document.

Methods with return type javax.swing.event.UndoableEditListener

UndoableEditListener[]
Returns add added UndoableEditListener objects.

Uses in package javax.swing.undo

Classes implementing javax.swing.event.UndoableEditListener

class
A manager for providing an application’s undo/redo functionality.

Methods with parameter type javax.swing.event.UndoableEditListener

void
Registers a listener.
void
Unregisters a listener.

Methods with return type javax.swing.event.UndoableEditListener

UndoableEditListener[]
Returns an array containing the currently registered listeners.