|
||||||||||
| 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.AfterTextConversionEvent
public final class AfterTextConversionEvent
The event which occurs just after the text of an FormattedText object has been converted.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
AfterTextConversionEvent(java.lang.Object source,
FormattedText docText)
Constructor for the TextElementEvent object. |
|
| Method Summary | |
|---|---|
FormattedText |
getTextElement()
Gets the textElement attribute of the TextElementEvent 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 AfterTextConversionEvent(java.lang.Object source,
FormattedText docText)
source - the ScroogeXHTMLBase object which triggered the eventdocText - the document text element| Method Detail |
|---|
public FormattedText getTextElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||