public class XPopupHandler
extends com.microstar.xml.HandlerBase
| Constructor and Description |
|---|
XPopupHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
attribute(java.lang.String aname,
java.lang.String value,
boolean isSpecified) |
void |
doctypeDecl(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId) |
void |
endDocument() |
void |
endElement(java.lang.String name) |
protected void |
finalize()
Patch
-> Memory management improvements : it may help the garbage collector.
|
javax.swing.JPopupMenu |
getPopupMenu() |
void |
startDocument() |
void |
startElement(java.lang.String name) |
public void attribute(java.lang.String aname,
java.lang.String value,
boolean isSpecified)
attribute in interface com.microstar.xml.XmlHandlerattribute in class com.microstar.xml.HandlerBasepublic void doctypeDecl(java.lang.String name,
java.lang.String publicId,
java.lang.String systemId)
throws java.lang.Exception
doctypeDecl in interface com.microstar.xml.XmlHandlerdoctypeDecl in class com.microstar.xml.HandlerBasejava.lang.Exceptionpublic void startElement(java.lang.String name)
startElement in interface com.microstar.xml.XmlHandlerstartElement in class com.microstar.xml.HandlerBasepublic void endElement(java.lang.String name)
endElement in interface com.microstar.xml.XmlHandlerendElement in class com.microstar.xml.HandlerBasepublic void startDocument()
startDocument in interface com.microstar.xml.XmlHandlerstartDocument in class com.microstar.xml.HandlerBasepublic void endDocument()
endDocument in interface com.microstar.xml.XmlHandlerendDocument in class com.microstar.xml.HandlerBasepublic javax.swing.JPopupMenu getPopupMenu()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.ThrowableCopyright ? 2002 Romain Guy.