Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
javax.swing.event | Provides for events fired by Swing components. |
javax.swing.text | Provides classes and interfaces that deal with editable and noneditable text components. |
javax.swing.text.html | Provides the class HTMLEditorKit and supporting classes
for creating HTML text editors. |
javax.swing.undo | Allows developers to provide support for undo/redo in applications such as text editors. |
Uses of UndoableEditEvent in javax.swing.event |
---|
Modifier and Type | Method and Description |
---|---|
void |
UndoableEditListener.undoableEditHappened(UndoableEditEvent e)
An undoable edit happened |
Uses of UndoableEditEvent in javax.swing.text |
---|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractDocument.fireUndoableEditUpdate(UndoableEditEvent e)
Notifies all listeners that have registered interest for notification on this event type. |
Uses of UndoableEditEvent in javax.swing.text.html |
---|
Modifier and Type | Method and Description |
---|---|
protected void |
HTMLDocument.fireUndoableEditUpdate(UndoableEditEvent e)
Notifies all listeners that have registered interest for notification on this event type. |
Uses of UndoableEditEvent in javax.swing.undo |
---|
Modifier and Type | Method and Description |
---|---|
void |
UndoManager.undoableEditHappened(UndoableEditEvent e)
An UndoableEditListener method. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.