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 XMLContextXMLDocument. contextprotected XMLContextXMLEditorKit. contextprotected XMLContextXMLView. contextMethods in org.apache.batik.util.gui.xmleditor that return XMLContext Modifier and Type Method Description XMLContextXMLEditorKit. 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.
-