|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
de.betabeans.scroogexhtml.events.HyperlinkEvent
public final class HyperlinkEvent
A Hyperlink event contains the text element with the link text.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
HyperlinkEvent(java.lang.Object source,
FormattedText atextElement)
Constructor for the HyperlinkEvent object. |
Method Summary | |
---|---|
FormattedText |
getTextElement()
Gets the textElement attribute of the HyperlinkEvent object. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HyperlinkEvent(java.lang.Object source, FormattedText atextElement)
source
- the ScroogeXHTMLBase object which triggered the eventatextElement
- The current text element.Method Detail |
---|
public FormattedText getTextElement()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |