| Package | Description |
|---|---|
| javax.swing |
Provides a set of "lightweight" (all-Java language) components that, to the maximum degree possible, work the same on all platforms.
|
| javax.swing.event |
Provides for events fired by Swing components.
|
| javax.swing.text.html |
Provides the class
HTMLEditorKit and supporting classes for creating HTML text editors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JEditorPane.fireHyperlinkUpdate(HyperlinkEvent
Notifies all listeners that have registered interest for notification on this event type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HyperlinkListener.hyperlinkUpdate(HyperlinkEvent
Called when a hypertext link is updated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FormSubmitEvent
FormSubmitEvent is used to notify interested parties that a form was submitted.
|
class |
HTMLFrameHyperlinkEvent
HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame.
|