Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool.user.dialogs | |
com.sun.electric.tool.user.tecEditWizard | |
com.sun.electric.tool.user.tecEditWizard2 |
Modifier and Type | Field and Description |
---|---|
java.util.List<Xml.PrimitiveNodeGroup> |
Xml.Technology.nodeGroups |
Modifier and Type | Method and Description |
---|---|
Xml.PrimitiveNodeGroup |
Xml.Technology.findNodeGroup(java.lang.String name) |
protected Xml.PrimitiveNodeGroup |
PrimitiveNode.makeXml(java.util.Map<java.lang.Object,java.util.Map<java.lang.String,java.lang.Object>> additionalAttributes) |
Modifier and Type | Method and Description |
---|---|
static Xml.MenuPalette |
Xml.parseComponentMenuXMLTechEdit(java.lang.String xml,
java.util.List<Xml.PrimitiveNodeGroup> nodeGroups,
java.util.List<Xml.ArcProto> arcs,
java.util.List<Xml.PrimitiveNode> pureLayerNodes)
Method to parse a string of XML that describes the component menu in a Technology Editing context.
|
Modifier and Type | Method and Description |
---|---|
static void |
ComponentMenu.showComponentMenuDialog(java.lang.String techName,
Xml.MenuPalette xmp,
java.util.List<Xml.PrimitiveNodeGroup> nodeGroups,
java.util.List<Xml.ArcProto> arcs)
Method to display a dialog for showing the component menu.
|
Modifier and Type | Method and Description |
---|---|
int |
TechEditWizardData.PrimitiveNodeGroupSort.compare(Xml.PrimitiveNodeGroup l1,
Xml.PrimitiveNodeGroup l2)
Method to compare two PrimitiveNodeGroups by their name.
|
Modifier and Type | Method and Description |
---|---|
int |
TechEditWizardData.PrimitiveNodeGroupSort.compare(Xml.PrimitiveNodeGroup l1,
Xml.PrimitiveNodeGroup l2)
Method to compare two PrimitiveNodeGroups by their name.
|