Uses of Class
com.sun.electric.technology.Xml.Technology

Packages that use Xml.Technology
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.technologies Package for the individual technologies. 
com.sun.electric.tool.sandbox   
com.sun.electric.tool.user.dialogs   
 

Uses of Xml.Technology in com.sun.electric.technology
 

Fields in com.sun.electric.technology declared as Xml.Technology
protected  Xml.Technology Technology.xmlTech
          Xml representation of this Technology
 

Methods in com.sun.electric.technology that return Xml.Technology
 Xml.Technology Xml.Technology.deepClone()
           
abstract  Xml.Technology TechFactory.getXml(java.util.Map<TechFactory.Param,java.lang.Object> params)
           
 Xml.Technology Technology.getXmlTech()
           
 Xml.Technology Technology.makeXml()
          Create Xml structure of this Technology
static Xml.Technology Xml.parseTechnology(java.net.URL fileURL)
           
 

Methods in com.sun.electric.technology with parameters of type Xml.Technology
static TechFactory TechFactory.fromXml(java.net.URL url, Xml.Technology xmlTech)
           
 

Constructors in com.sun.electric.technology with parameters of type Xml.Technology
Technology(Generic generic, TechFactory techFactory, java.util.Map<TechFactory.Param,java.lang.Object> techParams, Xml.Technology t)
           
 

Uses of Xml.Technology in com.sun.electric.technology.technologies
 

Methods in com.sun.electric.technology.technologies that return Xml.Technology
static Xml.Technology MoCMOS.getPatchedXml(java.util.Map<TechFactory.Param,java.lang.Object> params)
          This method is called from TechFactory by reflection.
 

Constructors in com.sun.electric.technology.technologies with parameters of type Xml.Technology
MoCMOS(Generic generic, TechFactory techFactory, java.util.Map<TechFactory.Param,java.lang.Object> techParams, Xml.Technology t)
           
 

Uses of Xml.Technology in com.sun.electric.tool.sandbox
 

Methods in com.sun.electric.tool.sandbox that return Xml.Technology
 Xml.Technology TechExplorer.makeXml(java.lang.String techName)
           
 

Uses of Xml.Technology in com.sun.electric.tool.user.dialogs
 

Methods in com.sun.electric.tool.user.dialogs with parameters of type Xml.Technology
 void ComponentMenu.showTechnology(java.lang.String name, Xml.Technology xt, java.lang.Object[][] theArray, java.lang.Object[][] factoryArray)
          Method to load the dialog with menu information.