|
||||||||||
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.BeforeTextConversionEvent
public final class BeforeTextConversionEvent
The event which occurs just before the text of an FormattedText object will be converted.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
BeforeTextConversionEvent(java.lang.Object source,
FormattedText docText)
Constructor for the BeforeTextConversionEvent object. |
Method Summary | |
---|---|
FormattedText |
getTextElement()
Gets the textElement attribute of the BeforeTextConversionEvent 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 BeforeTextConversionEvent(java.lang.Object source, FormattedText docText)
source
- The event source.docText
- 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 |