| 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| 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 HTMLEditorKit and 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.ACTIVATED
Activated type.  | 
static HyperlinkEvent.EventType | 
HyperlinkEvent.EventType.ENTERED
Entered type.  | 
static HyperlinkEvent.EventType | 
HyperlinkEvent.EventType.EXITED
Exited 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.  | 
|
  | 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.