Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected Xml.Technology |
Technology.xmlTech
Xml representation of this Technology
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static TechFactory |
TechFactory.fromXml(java.net.URL url,
Xml.Technology xmlTech) |
Constructor and Description |
---|
Technology(Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Xml.Technology t) |
Modifier and Type | Method and Description |
---|---|
static Xml.Technology |
MoCMOS.getPatchedXml(java.util.Map<TechFactory.Param,java.lang.Object> params)
This method is called from TechFactory by reflection.
|
Constructor and Description |
---|
MoCMOS(Generic generic,
TechFactory techFactory,
java.util.Map<TechFactory.Param,java.lang.Object> techParams,
Xml.Technology t) |
Modifier and Type | Method and Description |
---|---|
Xml.Technology |
TechExplorer.makeXml(java.lang.String techName) |
Modifier and Type | Method and Description |
---|---|
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.
|