Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool.user.dialogs |
Modifier and Type | Field and Description |
---|---|
java.util.List<Xml.ArcProto> |
Xml.Technology.arcs |
Modifier and Type | Method and Description |
---|---|
Xml.ArcProto |
Xml.Technology.findArc(java.lang.String name) |
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)
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.
|