|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
| Uses of HyperlinkEvent in javax.swing |
|---|
| Modifier and Type | Method and Description |
|---|---|
void |
JEditorPane.fireHyperlinkUpdate(HyperlinkEvent e)
Notifies all listeners that have registered interest for notification on this event type. |
| Uses of HyperlinkEvent in javax.swing.event |
|---|
| Modifier and Type | Method and Description |
|---|---|
void |
HyperlinkListener.hyperlinkUpdate(HyperlinkEvent e)
Called when a hypertext link is updated. |
| Uses of HyperlinkEvent in javax.swing.text.html |
|---|
| Modifier and Type | Class and Description |
|---|---|
class |
FormSubmitEvent
FormSubmitEvent is used to notify interested parties that a form was submited. |
class |
HTMLFrameHyperlinkEvent
HTMLFrameHyperlinkEvent is used to notify interested parties that link was activated in a frame. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.