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

Packages that use Xml.PrimitiveNode
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.tool.user.dialogs   
 

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

Fields in com.sun.electric.technology with type parameters of type Xml.PrimitiveNode
 java.util.List<Xml.PrimitiveNode> Xml.Technology.nodes
           
 

Methods in com.sun.electric.technology that return Xml.PrimitiveNode
 Xml.PrimitiveNode Xml.Technology.findNode(java.lang.String name)
           
 

Method parameters in com.sun.electric.technology with type arguments of type Xml.PrimitiveNode
static Xml.MenuPalette Xml.parseComponentMenuXMLTechEdit(java.lang.String xml, java.util.List<Xml.PrimitiveNode> nodes, java.util.List<Xml.ArcProto> arcs)
          Method to parse a string of XML that describes the component menu in a Technology Editing context.
 

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

Method parameters in com.sun.electric.tool.user.dialogs with type arguments of type Xml.PrimitiveNode
static void ComponentMenu.showComponentMenuDialog(java.lang.String techName, Xml.MenuPalette xmp, java.util.List<Xml.PrimitiveNode> nodes, java.util.List<Xml.ArcProto> arcs)
          Method to display a dialog for showing the component menu.