Uses of Interface javax.swing.event.UndoableEditListener

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.

Uses in package javax.swing.text

Methods with parameter type javax.swing.event.UndoableEditListener

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

Methods with return type javax.swing.event.UndoableEditListener

UndoableEditListener[]
Returns all registered UndoableEditListeners.