GNU Classpath (0.95) | |
Frames | No Frames |
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.
|
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 UndoableEditListener s.
|
GNU Classpath (0.95) |