GNU Classpath (0.17) | ||
Frames | No Frames |
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.
|
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.
|
GNU Classpath (0.17) |