Uses of Class
com.sun.electric.technology.Foundry.Type

Packages that use Foundry.Type
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.tool.user.dialogs   
com.sun.electric.tool.user.dialogs.projsettings   
 

Uses of Foundry.Type in com.sun.electric.technology
 

Methods in com.sun.electric.technology that return Foundry.Type
 Foundry.Type Foundry.getType()
           
static Foundry.Type Foundry.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Foundry.Type[] Foundry.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.electric.technology with parameters of type Foundry.Type
protected  void Technology.newFoundry(Foundry.Type mode, java.net.URL fileURL, java.lang.String... gdsLayers)
          Method to create a new on this technology.
 

Constructors in com.sun.electric.technology with parameters of type Foundry.Type
Technology(Generic generic, java.lang.String techName, Foundry.Type defaultFoundry, int defaultNumMetals)
          Constructs a Technology.
Technology(IdManager idManager, Generic generic, java.lang.String techName, Foundry.Type defaultFoundry, int defaultNumMetals)
          Constructs a Technology.
 

Uses of Foundry.Type in com.sun.electric.tool.user.dialogs
 

Methods in com.sun.electric.tool.user.dialogs with parameters of type Foundry.Type
 void DesignRulesPanel.init(Technology tech, Foundry.Type foun, DRCRules drcR)
          Method called at the start of the frame.
 

Uses of Foundry.Type in com.sun.electric.tool.user.dialogs.projsettings
 

Methods in com.sun.electric.tool.user.dialogs.projsettings that return Foundry.Type
 Foundry.Type TechnologyTab.setFoundrySelected(Technology tech, javax.swing.JComboBox pulldown)
           
 

Methods in com.sun.electric.tool.user.dialogs.projsettings with parameters of type Foundry.Type
 boolean TechnologyTab.checkFoundry(Foundry.Type foundry, Technology tech)
          Method to check whether the foundry value has been changed.