Uses of Class
com.sun.electric.technology.xml.Xml807.ArcProto

Packages that use Xml807.ArcProto
com.sun.electric.technology.xml Package for handling versions of Technology Xml syntax. 
 

Uses of Xml807.ArcProto in com.sun.electric.technology.xml
 

Fields in com.sun.electric.technology.xml with type parameters of type Xml807.ArcProto
 java.util.List<Xml807.ArcProto> Xml807.Technology.arcs
           
 

Methods in com.sun.electric.technology.xml that return Xml807.ArcProto
 Xml807.ArcProto Xml807.Technology.findArc(java.lang.String name)
           
 

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