| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HyperlinkEvent.EventType | |
|---|---|
| javax.swing.event | Provides for events fired by Swing components. | 
| javax.swing.text.html | Provides the class HTMLEditorKitand supporting classes
for creating HTML text editors. | 
| Uses of HyperlinkEvent.EventType in javax.swing.event | 
|---|
| Fields in javax.swing.event declared as HyperlinkEvent.EventType | |
|---|---|
| static HyperlinkEvent.EventType | HyperlinkEvent.EventType.ACTIVATEDActivated type. | 
| static HyperlinkEvent.EventType | HyperlinkEvent.EventType.ENTEREDEntered type. | 
| static HyperlinkEvent.EventType | HyperlinkEvent.EventType.EXITEDExited type. | 
| Methods in javax.swing.event that return HyperlinkEvent.EventType | |
|---|---|
|  HyperlinkEvent.EventType | HyperlinkEvent.getEventType()Gets the type of event. | 
| Constructors in javax.swing.event with parameters of type HyperlinkEvent.EventType | |
|---|---|
| HyperlinkEvent(Object source,
               HyperlinkEvent.EventType type,
               URL u)Creates a new object representing a hypertext link event. | |
| HyperlinkEvent(Object source,
               HyperlinkEvent.EventType type,
               URL u,
               String desc)Creates a new object representing a hypertext link event. | |
| HyperlinkEvent(Object source,
               HyperlinkEvent.EventType type,
               URL u,
               String desc,
               Element sourceElement)Creates a new object representing a hypertext link event. | |
| Uses of HyperlinkEvent.EventType in javax.swing.text.html | 
|---|
| Constructors in javax.swing.text.html with parameters of type HyperlinkEvent.EventType | |
|---|---|
| HTMLFrameHyperlinkEvent(Object source,
                        HyperlinkEvent.EventType type,
                        URL targetURL,
                        Element sourceElement,
                        String targetFrame)Creates a new object representing a hypertext link event. | |
| HTMLFrameHyperlinkEvent(Object source,
                        HyperlinkEvent.EventType type,
                        URL targetURL,
                        String targetFrame)Creates a new object representing a html frame hypertext link event. | |
| HTMLFrameHyperlinkEvent(Object source,
                        HyperlinkEvent.EventType type,
                        URL targetURL,
                        String desc,
                        Element sourceElement,
                        String targetFrame)Creates a new object representing a hypertext link event. | |
| HTMLFrameHyperlinkEvent(Object source,
                        HyperlinkEvent.EventType type,
                        URL targetURL,
                        String desc,
                        String targetFrame)Creates a new object representing a hypertext link event. | |
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.