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.


Variable Index

 o LINK_ACTIVATED

Method Index

 o getLinkCommand()
Gets the href attribute that was clicked to generate this event.

Variables

 o LINK_ACTIVATED
 public static final int LINK_ACTIVATED

Methods

 o getLinkCommand
 public String getLinkCommand()
Gets the href attribute that was clicked to generate this event.


All Packages  Class Hierarchy  This Package  Previous  Next  Index