Uses of Class
com.sun.electric.technology.Technology

Packages that use Technology
com.sun.electric.database Package for the Electric database. 
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.id Package for Ids in the Electric database. 
com.sun.electric.database.prototype Package for the prototype classes in Electric. 
com.sun.electric.database.text Package for handling text. 
com.sun.electric.database.variable Package for handling variables. 
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.technologies Package for the individual technologies. 
com.sun.electric.technology.technologies.utils Package for handling technology support. 
com.sun.electric.tool Package for all synthesis and analysis tools. 
com.sun.electric.tool.drc Package for handling the design-rule checking tool. 
com.sun.electric.tool.extract Package for handling node extraction, parasitics, etc. 
com.sun.electric.tool.generator.layout   
com.sun.electric.tool.generator.layout.fill   
com.sun.electric.tool.io Package for handling the I/O tool (file import and export). 
com.sun.electric.tool.io.input   
com.sun.electric.tool.io.input.verilog   
com.sun.electric.tool.io.output   
com.sun.electric.tool.logicaleffort Package for handling the logical effort tool. 
com.sun.electric.tool.user Package for handling the user-interface tool. 
com.sun.electric.tool.user.dialogs   
com.sun.electric.tool.user.dialogs.options   
com.sun.electric.tool.user.menus   
com.sun.electric.tool.user.tecEdit   
com.sun.electric.tool.user.ui   
 

Uses of Technology in com.sun.electric.database
 

Methods in com.sun.electric.database that return Technology
 Technology Snapshot.getTech(TechId techId)
          Get Technology by TechId TechId must belong to same IdManager as TechPool
 

Methods in com.sun.electric.database with parameters of type Technology
 Environment Environment.addTech(Technology tech)
           
 

Uses of Technology in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy that return Technology
 Technology EDatabase.getTech(TechId techId)
          Get Technology by TechId TechId must belong to same IdManager as TechPool
 Technology Cell.getTechnology()
          Method to return the Technology of this Cell.
 

Methods in com.sun.electric.database.hierarchy that return types with arguments of type Technology
 java.util.Collection<Technology> EDatabase.getTechnologies()
           
 

Methods in com.sun.electric.database.hierarchy with parameters of type Technology
 void EDatabase.addTech(Technology tech)
           
 void Cell.setTechnology(Technology tech)
          Method to set the Technology to which this NodeProto belongs It can only be called for Cells because PrimitiveNodes have fixed Technology membership.
 

Uses of Technology in com.sun.electric.database.id
 

Methods in com.sun.electric.database.id that return Technology
 Technology TechId.inDatabase(EDatabase database)
          Method to return the Technology representing TechId in the specified EDatabase.
 

Uses of Technology in com.sun.electric.database.prototype
 

Methods in com.sun.electric.database.prototype that return Technology
 Technology NodeProto.getTechnology()
          Method to return the Technology to which this NodeProto belongs.
 

Uses of Technology in com.sun.electric.database.text
 

Methods in com.sun.electric.database.text with parameters of type Technology
static double TextUtils.atof(java.lang.String text, java.lang.Double defaultVal, AbstractTextDescriptor.Unit unitType, Technology tech)
          Method to parse the floating-point number in a string, using a default value if no number can be determined, and presuming a type of unit.
static double TextUtils.atofDistance(java.lang.String text, Technology tech)
          Method to parse the floating-point number in a string, assuming that it is a distance value in the current technology.
static double TextUtils.convertDistance(double value, Technology tech, TextUtils.UnitScale unitScale)
          Method to convert a database coordinate into real spacing.
static double TextUtils.convertFromDistance(double value, Technology tech, TextUtils.UnitScale unitScale)
          Method to convert real spacing into a database coordinate.
static java.lang.String TextUtils.formatDistance(double v, Technology tech)
          Method to convert a distance to a string, using scale from the current technology if necessary.
 

Uses of Technology in com.sun.electric.database.variable
 

Methods in com.sun.electric.database.variable that return Technology
 Technology UserInterface.getCurrentTechnology()
          Method to return the current Technology.
 Technology ElectricObject.getTech(TechId techId)
          Get Technology by TechId TechId must belong to same IdManager as TechPool
 

Uses of Technology in com.sun.electric.technology
 

Fields in com.sun.electric.technology declared as Technology
static Technology[] Technology.NULL_ARRAY
           
 

Fields in com.sun.electric.technology with type parameters of type Technology
static ImmutableArrayList<Technology> Technology.EMPTY_LIST
           
 

Methods in com.sun.electric.technology that return Technology
 Technology Technology.State.activate()
           
static Technology Technology.findTechnology(java.lang.String name)
          Find the Technology with a particular name.
 Technology TechPool.findTechnology(java.lang.String techName)
          Find Technology by its name
static Technology Technology.findTechnology(TechId techId)
          Find the Technology with a particular TechId.
 Technology TechPool.get(java.lang.Object key)
           
static Technology Technology.getCMOS90Technology()
          Method to return the CMOS 90 nanometer technology.
static Technology Technology.getCurrent()
          Returns the current Technology.
static Technology Technology.getMocmosTechnology()
          Method to return the MOSIS CMOS technology.
 Technology TechPool.getTech(TechId techId)
          Get Technology by TechId TechId must belong to same IdManager as TechPool
 Technology XMLRules.getTechnology()
          Method to determine the technology associated with this rules set.
 Technology Technology.State.getTechnology()
           
 Technology ArcProto.getTechnology()
          Method to return the Technology of this ArcProto.
 Technology Layer.getTechnology()
          Method to return the Technology of this Layer.
 Technology PrimitiveNode.getTechnology()
          Method to return the Technology of this PrimitiveNode.
 Technology DRCRules.getTechnology()
           
static Technology Technology.getTSMC180Technology()
          Method to return the TSMC 180 nanometer technology.
 Technology TechFactory.newInstance(Generic generic)
           
 Technology TechFactory.newInstance(Generic generic, java.util.Map<TechFactory.Param,java.lang.Object> paramValues)
           
static Technology Technology.whatTechnology(NodeProto cell)
          Method to determine the appropriate Technology to use for a Cell.
static Technology Technology.whatTechnology(NodeProto cellOrPrim, NodeProto[] nodeProtoList, int startNodeProto, int endNodeProto, ArcProto[] arcProtoList)
          Method to determine the appropriate technology to use for a cell.
 

Methods in com.sun.electric.technology that return types with arguments of type Technology
 java.util.Set<java.util.Map.Entry<TechId,Technology>> TechPool.entrySet()
           
static java.util.Iterator<Technology> Technology.getTechnologies()
          Get an iterator over all of the Technologies.
 

Methods in com.sun.electric.technology with parameters of type Technology
 void XMLRules.applyDRCOverrides(java.lang.String override, Technology tech)
          Method to apply overrides to a set of rules.
 void DRCRules.applyDRCOverrides(java.lang.String override, Technology tech)
           
 int Technology.compareTo(Technology that)
          Compares Technologies by their names.
protected  void Technology.copyState(Technology that)
           
static void DRCTemplate.exportDRCDecks(java.lang.String fileName, Technology tech)
          Method to export DRC rules in XML format
static Layer Technology.getLayerFromOverride(java.lang.String override, int startPos, char endChr, Technology tech)
           
 void XMLRules.loadDRCRules(Technology tech, Foundry foundry, DRCTemplate theRule, boolean pWellProcess)
           
static PrimitiveNode PrimitiveNode.newInstance(java.lang.String protoName, Technology tech, double width, double height, SizeOffset offset, Technology.NodeLayer[] layers)
          Method to create a new PrimitiveNode from the parameters.
static PrimitivePort PrimitivePort.newInstance(Technology tech, PrimitiveNode parent, ArcProto[] portArcs, java.lang.String protoName, int portAngle, int portRange, int portTopology, PortCharacteristic characteristic, EdgeH left, EdgeV bottom, EdgeH right, EdgeV top)
          Method to create a new PrimitivePort from the parameters.
static Layer Layer.newInstance(Technology tech, java.lang.String name, EGraphics graphics)
          Method to create a new layer with the given name and graphics.
static PrimitiveNode PrimitiveNode.newInstance0(java.lang.String protoName, Technology tech, double width, double height, Technology.NodeLayer[] layers)
          Method to create a new PrimitiveNode from the parameters.
 TechPool TechPool.withTech(Technology tech)
          Returns new TechPool which differs from this TechPool by adding new technology
 

Constructors in com.sun.electric.technology with parameters of type Technology
PrimitiveNode(java.lang.String protoName, Technology tech, EPoint sizeCorrector1, EPoint sizeCorrector2, java.lang.String minSizeRule, double defWidth, double defHeight, ERectangle fullRectangle, ERectangle baseRectangle, Technology.NodeLayer[] layers)
          The constructor is never called externally.
XMLRules(Technology t)
           
 

Uses of Technology in com.sun.electric.technology.technologies
 

Subclasses of Technology in com.sun.electric.technology.technologies
 class Artwork
          This is the general purpose sketching technology.
 class EFIDO
          This is the Digital Filter Technology.
 class FPGA
          This is the FPGA Technology.
 class GEM
          This is the Temporal Specification Facility (from Lansky) Technology.
 class Generic
          This is the Generic technology.
 class MoCMOS
          This is the MOSIS CMOS technology.
 class PCB
          This is the Printed Circuit Board (eight-layer) Technology.
 class RCMOS
          This is the Complementary MOS (old, N-Well, from Griswold) Technology.
 class Schematics
          This is the Schematics technology.
 

Methods in com.sun.electric.technology.technologies that return Technology
static Technology Schematics.getDefaultSchematicTechnology()
          Method to determine the default schematic technology.
 

Methods in com.sun.electric.technology.technologies with parameters of type Technology
protected  void MoCMOS.copyState(Technology that)
          SUPPORT METHODS
 

Uses of Technology in com.sun.electric.technology.technologies.utils
 

Methods in com.sun.electric.technology.technologies.utils that return Technology
 Technology MOSRules.getTechnology()
          Method to determine the technology associated with this rules set.
 

Methods in com.sun.electric.technology.technologies.utils with parameters of type Technology
 void MOSRules.applyDRCOverrides(java.lang.String override, Technology tech)
          Method to apply overrides to a set of rules.
 

Constructors in com.sun.electric.technology.technologies.utils with parameters of type Technology
MOSRules(Technology t)
           
 

Uses of Technology in com.sun.electric.tool
 

Methods in com.sun.electric.tool that return Technology
 Technology UserInterfaceExec.getCurrentTechnology()
          Method to return the current Technology.
 Technology AbstractUserInterface.getCurrentTechnology()
           
 

Methods in com.sun.electric.tool with parameters of type Technology
 void AbstractUserInterface.setCurrentTechnology(Technology tech)
           
 

Uses of Technology in com.sun.electric.tool.drc
 

Fields in com.sun.electric.tool.drc with type parameters of type Technology
 java.util.Map<Technology,java.lang.String> DRC.DRCPreferences.overrides
           
 java.util.Map<Technology,java.lang.Double> DRC.DRCPreferences.resolutions
           
 

Methods in com.sun.electric.tool.drc with parameters of type Technology
static void DRC.cleanCellsDueToFoundryChanges(Technology tech, Foundry f, DRC.DRCPreferences dp)
          Method to clean those cells that were marked with a valid date due to changes in the DRC rules.
static int DRC.getActiveBits(Technology tech, DRC.DRCPreferences dp)
           
 java.lang.String DRC.DRCPreferences.getDRCOverrides(Technology tech)
          Method to get the DRC overrides from the preferences for this technology.
 double DRC.DRCPreferences.getResolution(Technology tech)
          Method to retrieve the resolution associated to specified.
static DRCRules DRC.getRules(Technology tech)
          Method to build a Rules object that contains the current design rules for a Technology.
static double DRC.getWorstSpacingDistance(Technology tech, int lastMetal)
          Method to find the worst spacing distance in the design rules.
static DRCTemplate DRC.isForbiddenNode(int index1, int index2, DRCTemplate.DRCRuleType type, Technology tech)
          Determine if node represented by index in DRC mapping table is forbidden under this foundry.
 boolean Quick.polyCoverByAnyVTLayer(Cell cell, DRCTemplate theRule, Technology tech, Poly[] polys, Layer[] layers, Geometric[] geoms, boolean ignoreCenterCuts)
          This method determines if one of the polysilicon polygons is covered by a vth layer.
 void DRC.DRCPreferences.setDRCOverrides(Technology tech, java.lang.String overrides)
          Method to set the DRC overrides for a this technology.
 void DRC.DRCPreferences.setResolution(Technology tech, double resolution)
          Method to set the technology resolution.
static void DRC.setRules(DRC.DRCPreferences dp, Technology tech, DRCRules newRules)
          Method to load a full set of design rules for a Technology.
 

Constructors in com.sun.electric.tool.drc with parameters of type Technology
DRC.ReportInfo(ErrorLogger eL, Technology tech, DRC.DRCPreferences dp, boolean specificGeoms)
           
 

Uses of Technology in com.sun.electric.tool.extract
 

Methods in com.sun.electric.tool.extract with parameters of type Technology
 java.lang.String ExtractedPBucket.getInfo(Technology tech)
           
 java.lang.String TransistorPBucket.getInfo(Technology tech)
           
 java.lang.String NetPBucket.getInfo(Technology tech)
          Method to be used to retrieve information while printing the deck.
 java.lang.String RCPBucket.getInfo(Technology tech)
          Method to be used to retrieve information while printing the deck.
 

Uses of Technology in com.sun.electric.tool.generator.layout
 

Methods in com.sun.electric.tool.generator.layout that return Technology
 Technology TechType.getTechnology()
           
 

Constructors in com.sun.electric.tool.generator.layout with parameters of type Technology
TechType(Technology techy, TechType.TechTypeEnum techEnum, java.lang.String[] layerNms)
           
 

Uses of Technology in com.sun.electric.tool.generator.layout.fill
 

Methods in com.sun.electric.tool.generator.layout.fill with parameters of type Technology
 FillGenConfig.ReserveConfig FillGenConfig.reserveSpaceOnLayer(Technology tech, int layer, double vddReserved, FillGeneratorTool.Units vddUnits, double gndReserved, FillGeneratorTool.Units gndUnits)
           
 

Uses of Technology in com.sun.electric.tool.io
 

Methods in com.sun.electric.tool.io with parameters of type Technology
 Library IOTool.DaisPreferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 

Uses of Technology in com.sun.electric.tool.io.input
 

Fields in com.sun.electric.tool.io.input with type parameters of type Technology
protected  java.util.HashMap<Technology,Technology.SizeCorrector> LibraryFiles.sizeCorrectors
          SizeCorrectors for used technologies
 

Methods in com.sun.electric.tool.io.input that return Technology
protected  Technology LibraryFiles.findTechnologyName(java.lang.String name)
           
 

Methods in com.sun.electric.tool.io.input with parameters of type Technology
 Library LEF.LEFPreferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 Library Sue.SuePreferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 Library Spice.SpicePreferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 Library Applicon860.Applicon860Preferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 Library DEF.DEFPreferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 Library DXF.DXFPreferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 Library CIF.CIFPreferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
abstract  Library Input.InputPreferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 Library GDS.GDSPreferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
 Library EDIF.EDIFPreferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
protected  Library LEF.importALibrary(Library lib, Technology tech, java.util.Map<Library,Cell> currentCells)
          Method to import a library from disk.
protected  Library Sue.importALibrary(Library lib, Technology tech, java.util.Map<Library,Cell> currentCells)
          Method to import a library from disk.
protected  Library Applicon860.importALibrary(Library lib, Technology tech, java.util.Map<Library,Cell> currentCells)
          Method to import a library from disk.
protected  Library DEF.importALibrary(Library lib, Technology tech, java.util.Map<Library,Cell> currentCells)
          Method to import a library from disk.
protected  Library DXF.importALibrary(Library lib, Technology tech, java.util.Map<Library,Cell> currentCells)
          Method to import a library from disk.
protected  Library CIF.importALibrary(Library lib, Technology tech, java.util.Map<Library,Cell> currentCells)
          Method to import a library from disk.
protected  Library Input.importALibrary(Library lib, Technology tech, java.util.Map<Library,Cell> currentCells)
          Method to import a library from disk.
protected  Library GDS.importALibrary(Library lib, Technology tech, java.util.Map<Library,Cell> currentCells)
          Method to import a library from disk.
protected  Library EDIF.importALibrary(Library lib, Technology tech, java.util.Map<Library,Cell> currentCells)
          Method to import a library from disk.
static Library Input.importLibrary(Input.InputPreferences prefs, java.net.URL fileURL, FileType type, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
          Method to import Cells from disk.
 

Uses of Technology in com.sun.electric.tool.io.input.verilog
 

Methods in com.sun.electric.tool.io.input.verilog with parameters of type Technology
 Library VerilogReader.VerilogPreferences.doInput(java.net.URL fileURL, Library lib, Technology tech, java.util.Map<Library,Cell> currentCells, Job job)
           
protected  Library VerilogReader.importALibrary(Library lib, Technology tech, java.util.Map<Library,Cell> currentCells)
          Method to import a Verilog file from disk.
 

Uses of Technology in com.sun.electric.tool.io.output
 

Fields in com.sun.electric.tool.io.output declared as Technology
 Technology DXF.DXFPreferences.tech
           
 

Methods in com.sun.electric.tool.io.output with parameters of type Technology
 com.sun.electric.tool.io.output.SpiceSegmentedNets SpiceRCSimple.initializeSegments(Cell cell, Topology.CellNetInfo cni, Technology layoutTechnology, com.sun.electric.tool.io.output.SpiceExemptedNets exemptedNets, Topology.MyCellInfo info)
          Method to initialize cell being analyzed for RC parasitics.
 com.sun.electric.tool.io.output.SpiceSegmentedNets SpiceParasitic.initializeSegments(Cell cell, Topology.CellNetInfo cni, Technology layoutTechnology, com.sun.electric.tool.io.output.SpiceExemptedNets exemptedNets, Topology.MyCellInfo info)
          Method to initialize cell being analyzed for RC parasitics.
 com.sun.electric.tool.io.output.SpiceSegmentedNets SpiceParasiticsGeneral.initializeSegments(Cell cell, Topology.CellNetInfo cni, Technology layoutTechnology, com.sun.electric.tool.io.output.SpiceExemptedNets exemptedNets, Topology.MyCellInfo info)
           
 void SpiceParasitic.writeNewSpiceCode(Cell cell, Topology.CellNetInfo cni, Technology layoutTechnology, Spice out)
          Method to print the netlist considering the metal lines as distribute RC(transmission lines)
 void SpiceParasiticsGeneral.writeNewSpiceCode(Cell cell, Topology.CellNetInfo cni, Technology layoutTechnology, Spice out)
           
 

Uses of Technology in com.sun.electric.tool.logicaleffort
 

Constructors in com.sun.electric.tool.logicaleffort with parameters of type Technology
LENetlister.NetlisterConstants(Technology layoutTech)
          Create a new set of constants from the user's settings
LENetlister1(Job job, Technology layoutTech)
          Creates a new instance of LENetlister
LENetlister2(Job job, Technology layoutTech)
          Creates a new instance of LENetlister
 

Uses of Technology in com.sun.electric.tool.user
 

Methods in com.sun.electric.tool.user that return Technology
static Technology User.getFactorySchematicTechnology()
          Method to choose the layout Technology to use when schematics are found, by default.
static Technology User.getSchematicTechnology()
          Method to choose the layout Technology to use when schematics are found.
 

Methods in com.sun.electric.tool.user with parameters of type Technology
 java.awt.Color[] GraphicsPreferences.getColorMap(Technology tech)
          Returns the color map for transparent layers in specified technology.
 int GraphicsPreferences.getNumTransparentLayers(Technology tech)
          Returns the number of transparent layers in specified technology.
 java.awt.Color[] GraphicsPreferences.getTransparentLayerColors(Technology tech)
          Method to return the colors for the transparent layers in specified Technology.
 GraphicsPreferences GraphicsPreferences.withTransparentLayerColor(Technology tech, int transparentLayer, java.awt.Color tranparentColor)
           
 GraphicsPreferences GraphicsPreferences.withTransparentLayerColors(Technology tech, java.awt.Color[] tranparentColors)
           
 

Constructors in com.sun.electric.tool.user with parameters of type Technology
CircuitChangeJobs.RenameTechnology(Technology tech, java.lang.String newName)
           
ViewChanges.MakeLayoutView(Cell oldCell, Technology oldTech, Technology newTech, Library stdCellLib, VarContext context, java.lang.String newLibName)
           
 

Uses of Technology in com.sun.electric.tool.user.dialogs
 

Fields in com.sun.electric.tool.user.dialogs with type parameters of type Technology
 java.util.Map<Technology,java.lang.String> ComponentMenu.ComponentMenuPreferences.menuXmls
           
 

Methods in com.sun.electric.tool.user.dialogs with parameters of type Technology
static Xml.MenuPalette ComponentMenu.getMenuPalette(Technology tech)
          Method to return the currnet Xml menu palette for a specified technology.
 void DesignRulesPanel.init(Technology tech, Foundry.Type foun, DRCRules drcR)
          Method called at the start of the frame.
static void FillGenDialog.openFillGeneratorDialog(Technology tech)
           
 

Constructors in com.sun.electric.tool.user.dialogs with parameters of type Technology
FillGenDialog(Technology tech, java.awt.Frame parent)
          Creates new form FillGenDialog
 

Uses of Technology in com.sun.electric.tool.user.dialogs.options
 

Fields in com.sun.electric.tool.user.dialogs.options declared as Technology
protected  Technology PreferencePanel.curTech
           
 

Methods in com.sun.electric.tool.user.dialogs.options that return Technology
 Technology PreferencePanel.getTech()
          Method to return the current technology for use in all preferences tabs.
 

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

Uses of Technology in com.sun.electric.tool.user.menus
 

Constructors in com.sun.electric.tool.user.menus with parameters of type Technology
FileMenu.ImportLibrary(java.net.URL fileURL, FileType type, Library libToRead, Library deleteLib, Technology tech, com.sun.electric.tool.user.menus.FileMenu.RenameAndSaveLibraryTask saveTask)
           
 

Uses of Technology in com.sun.electric.tool.user.tecEdit
 

Methods in com.sun.electric.tool.user.tecEdit that return Technology
 Technology LibToTech.makeTech(Library lib, java.lang.String newName, java.lang.String fileName, TechConversionResult error)
          Method to convert the current Library to a Technology.
 

Methods in com.sun.electric.tool.user.tecEdit with parameters of type Technology
static void Manipulate.describeTechnology(Technology tech)
          Method to print detailled information about a given technology.
static Library TechToLib.makeLibFromTech(Technology tech, GraphicsPreferences gp)
          Method to convert technology "tech" into a library and return that library.
 

Uses of Technology in com.sun.electric.tool.user.ui
 

Methods in com.sun.electric.tool.user.ui that return Technology
 Technology InvisibleLayerConfiguration.getConfigurationTechnology(java.lang.String cName)
          Method to get the Technology associated with a invisible layer configuration.
 

Methods in com.sun.electric.tool.user.ui with parameters of type Technology
 void InvisibleLayerConfiguration.addConfiguration(java.lang.String cName, int hardWiredIndex, Technology tech, java.util.List<Layer> layers)
          Method to add a invisible layer configuration.
 java.util.List<Layer> LayerVisibility.getSavedLayerOrder(Technology tech)
          Method to return a list of layers that are saved for specified Technology.
 java.awt.Dimension TechPalette.loadForTechnology(Technology tech, Cell curCell)
          Loads a new technology into the palette.
 void PaletteFrame.loadForTechnology(Technology tech, WindowFrame ww)
          Set the Technology Palette to the current technology.
 void LayerVisibility.setSavedLayerOrder(Technology tech, java.util.List<Layer> layers)
          Method to save a list of layers for this Technology in a preferred order.
 void LayerTab.setSelectedTechnology(Technology tech)
          Method to set the technology in the pull down menu of this Layers tab.