Uses of Class
org.apache.batik.util.gui.xmleditor.XMLContext
-
Packages that use XMLContext Package Description org.apache.batik.util.gui.xmleditor -
-
Uses of XMLContext in org.apache.batik.util.gui.xmleditor
Fields in org.apache.batik.util.gui.xmleditor declared as XMLContext Modifier and Type Field Description protected XMLContext
XMLDocument. context
protected XMLContext
XMLEditorKit. context
protected XMLContext
XMLView. context
Methods in org.apache.batik.util.gui.xmleditor that return XMLContext Modifier and Type Method Description XMLContext
XMLEditorKit. getStylePreferences()
Constructors in org.apache.batik.util.gui.xmleditor with parameters of type XMLContext Constructor Description XMLDocument(XMLContext context)
Creates a new instance of XMLDocumentXMLEditorKit(XMLContext context)
Creates a new instance of XMLEditorKitXMLView(XMLContext context, javax.swing.text.Element elem)
Construct a simple colorized view of XML text.
-