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

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

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

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

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

Method parameters in com.sun.electric.technology with type arguments of type Xml.ArcProto
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.ArcProto in com.sun.electric.tool.user.dialogs
 

Method parameters in com.sun.electric.tool.user.dialogs with type arguments of type Xml.ArcProto
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.