gnu.xml.dom
public static class DomEvent.DomUIEvent extends DomEvent implements UIEvent
Constructor Summary | |
---|---|
DomUIEvent(String type) Constructs an uninitialized User Interface (UI) event |
Method Summary | |
---|---|
int | getDetail() |
AbstractView | getView() |
void | initUIEvent(String typeArg, boolean canBubbleArg, boolean cancelableArg, AbstractView viewArg, int detailArg) Initializes a UI event |
Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.