All Packages Class Hierarchy This Package Previous Next Index
Class jHelp.htmlLinkEvent
java.lang.Object
|
+----java.util.EventObject
|
+----java.awt.AWTEvent
|
+----jHelp.htmlLinkEvent
- public class htmlLinkEvent
- extends AWTEvent
An extension of AWTEvent that carries the href attribute
of a hyperlink back to a registered htmlLinkListener.
-
LINK_ACTIVATED
-
-
getLinkCommand()
- Gets the href attribute that was clicked to generate
this event.
LINK_ACTIVATED
public static final int LINK_ACTIVATED
getLinkCommand
public String getLinkCommand()
- Gets the href attribute that was clicked to generate
this event.
All Packages Class Hierarchy This Package Previous Next Index