Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool.user.dialogs |
Modifier and Type | Field and Description |
---|---|
protected Xml.MenuPalette |
Technology.factoryMenuPalette
Xml representation of menu palette
|
Xml.MenuPalette |
Xml.Technology.menuPalette |
Modifier and Type | Method and Description |
---|---|
Xml.MenuPalette |
Technology.getFactoryMenuPalette()
Method to construct a factory default Xml menu palette.
|
Xml.MenuPalette |
Technology.parseComponentMenuXML(java.lang.String nodeGroupXML)
Oarses Xml string with component menu definition for this technology
|
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 Xml.MenuPalette |
ComponentMenu.getMenuPalette(Technology tech)
Method to return the currnet Xml menu palette for a specified technology.
|
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.
|