org.apache.batik.dom.events
public class DOMTextEvent extends DOMUIEvent implements TextEvent
Field Summary | |
---|---|
protected String | data
The text data. |
Method Summary | |
---|---|
String | getData()
Returns the text data. |
void | initTextEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, String dataArg)
DOM: Initializes this TextEvent. |
void | initTextEventNS(String namespaceURIArg, String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, String dataArg)
DOM: Initializes this TextEvent. |