Uses of Class
org.apache.batik.util.gui.xmleditor.XMLContext

Packages that use XMLContext
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
protected  XMLContext XMLView.context
           
protected  XMLContext XMLEditorKit.context
           
protected  XMLContext XMLDocument.context
           
 

Methods in org.apache.batik.util.gui.xmleditor that return XMLContext
 XMLContext XMLEditorKit.getStylePreferences()
           
 

Constructors in org.apache.batik.util.gui.xmleditor with parameters of type XMLContext
XMLView(XMLContext context, Element elem)
          Construct a simple colorized view of XML text.
XMLEditorKit(XMLContext context)
          Creates a new instance of XMLEditorKit
XMLDocument(XMLContext context)
          Creates a new instance of XMLDocument
 



Copyright © 2009 Apache Software Foundation. All Rights Reserved.