KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > html > HTMLFrameHyperlinkEvent

javax.swing.text.html
Class HTMLFrameHyperlinkEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.swing.event.HyperlinkEvent
          extended by javax.swing.text.html.HTMLFrameHyperlinkEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FormSubmitEvent
See Also:
Top Examples, Source Code

public String getTarget()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public HTMLFrameHyperlinkEvent(Object source,
                               HyperlinkEvent.EventType type,
                               URL targetURL,
                               String targetFrame)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public HTMLFrameHyperlinkEvent(Object source,
                               HyperlinkEvent.EventType type,
                               URL targetURL,
                               String desc,
                               String targetFrame)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public HTMLFrameHyperlinkEvent(Object source,
                               HyperlinkEvent.EventType type,
                               URL targetURL,
                               String desc,
                               Element sourceElement,
                               String targetFrame)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public HTMLFrameHyperlinkEvent(Object source,
                               HyperlinkEvent.EventType type,
                               URL targetURL,
                               Element sourceElement,
                               String targetFrame)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags