Uses of Class
com.sun.electric.database.variable.Variable.Key

Packages that use Variable.Key
com.sun.electric.database Package for the Electric database. 
com.sun.electric.database.constraint Package for handling constraint propagation in 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.topology Package for connected Nodes and Arcs. 
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.tool Package for all synthesis and analysis tools. 
com.sun.electric.tool.generator.flag   
com.sun.electric.tool.generator.layout   
com.sun.electric.tool.generator.sclibrary   
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.output   
com.sun.electric.tool.logicaleffort Package for handling the logical effort tool. 
com.sun.electric.tool.ncc.basic   
com.sun.electric.tool.simulation Package for handling the simulation tool. 
com.sun.electric.tool.user Package for handling the user-interface tool. 
com.sun.electric.tool.user.dialogs   
com.sun.electric.tool.user.menus   
com.sun.electric.tool.user.tecEdit   
com.sun.electric.tool.user.ui   
 

Uses of Variable.Key in com.sun.electric.database
 

Fields in com.sun.electric.database declared as Variable.Key
static Variable.Key ImmutableArcInst.ARC_RADIUS
          Key of Varible holding arc curvature.
 

Methods in com.sun.electric.database with parameters of type Variable.Key
 Variable ImmutableElectricObject.getVar(Variable.Key key)
          Method to return the Variable on this ImmuatbleElectricObject with a given key.
<T> T
ImmutableElectricObject.getVarValue(Variable.Key key, java.lang.Class type)
          Method to return the value of the Variable on this ImmutableElectricObject with a given key and type.
 int ImmutableElectricObject.searchVar(Variable.Key key)
          Searches the variables for the specified variable key using the binary search algorithm.
 ImmutablePortInst ImmutablePortInst.withoutVariable(Variable.Key key)
          Returns ImmutablePortInst which differs from this ImmutablePortInst by removing Variable with the specified key.
 ImmutableNodeInst ImmutableNodeInst.withoutVariable(Variable.Key key)
          Returns ImmutableNodeInst which differs from this ImmutableNodeInst by removing Variable with the specified key.
 ImmutableLibrary ImmutableLibrary.withoutVariable(Variable.Key key)
          Returns ImmutableCell which differs from this ImmutableCell by removing Variable with the specified key.
 ImmutableExport ImmutableExport.withoutVariable(Variable.Key key)
          Returns ImmutableExport which differs from this ImmutableExport by removing Variable with the specified key.
 ImmutableCell ImmutableCell.withoutVariable(Variable.Key key)
          Returns ImmutableCell which differs from this ImmutableCell by removing Variable with the specified key.
 ImmutableArcInst ImmutableArcInst.withoutVariable(Variable.Key key)
          Returns ImmutableArcInst which differs from this ImmutableArcInst by removing Variable with the specified key.
 

Uses of Variable.Key in com.sun.electric.database.constraint
 

Fields in com.sun.electric.database.constraint declared as Variable.Key
static Variable.Key Layout.DRC_LAST_GOOD_BIT_SPACING
          key of Variable for last valid DRC bit on a Cell.
static Variable.Key Layout.DRC_LAST_GOOD_DATE_AREA
          No need of bit for area since it is only 1 mode
static Variable.Key Layout.DRC_LAST_GOOD_DATE_SPACING
          key of Variable for last valid DRC date on a Cell.
 

Methods in com.sun.electric.database.constraint with parameters of type Variable.Key
static void Layout.setGoodDRCCells(java.util.Set<Cell> goodDRCCells, Variable.Key key, int activeBits, boolean inMemory)
           
 

Uses of Variable.Key in com.sun.electric.database.hierarchy
 

Fields in com.sun.electric.database.hierarchy declared as Variable.Key
static Variable.Key Cell.CELL_TEXT_KEY
          Variable key for text cell contents.
static Variable.Key Cell.CHARACTERISTIC_SPACING
          Variable key for characteristic spacing for a cell.
static Variable.Key Export.EXPORT_NAME
          Key of text descriptor of export name
static Variable.Key Export.EXPORT_REFERENCE_NAME
          Key of Varible holding reference name.
static Variable.Key Library.FONT_ASSOCIATIONS
          key of Variable holding font associations.
static Variable.Key Cell.MULTIPAGE_COUNT_KEY
          Variable key for number of multipage pages.
static Variable.Key Cell.TEXT_CELL_FONT_NAME
          Variable key for font of text in textual cells.
static Variable.Key Cell.TEXT_CELL_FONT_SIZE
          Variable key for size of text in textual cells.
 

Methods in com.sun.electric.database.hierarchy with parameters of type Variable.Key
 void Library.delVar(Variable.Key key)
          Method to delete a Variable from this Library.
 void Export.delVar(Variable.Key key)
          Method to delete a Variable from this Export.
 void Cell.delVar(Variable.Key key)
          Method to delete a Variable from this Cell.
 Variable Nodable.getParameter(Variable.Key key)
          Method to return the Parameter on this Nodable with the given key.
 Variable Cell.getParameter(Variable.Key key)
          Method to return the Variable on this Cell with the given key that is a parameter.
 Variable Nodable.getParameterOrVariable(Variable.Key key)
          Method to return the Parameter or Variable on this Nodable with a given key.
 Variable Cell.getParameterOrVariable(Variable.Key key)
          Method to return the Parameter or Variable on this Cell with a given key.
 TextDescriptor Export.getTextDescriptor(Variable.Key varKey)
          Returns the TextDescriptor on this Export selected by variable key.
 Variable Nodable.getVar(Variable.Key key)
          Method to return the Variable on this ElectricObject with a given key.
 boolean Nodable.isDefinedParameter(Variable.Key key)
          Method to tell if the Variable.Key is a defined parameters of this Nodable.
 boolean Export.isDeprecatedVariable(Variable.Key key)
          Method to determine whether a variable key on Export is deprecated.
 boolean Cell.isDeprecatedVariable(Variable.Key key)
          Method to determine whether a variable key on Cell is deprecated.
 boolean Cell.isParam(Variable.Key varKey)
          Method to return true if the Variable on this ElectricObject with given key is a parameter.
 void Export.setTextDescriptor(Variable.Key varKey, TextDescriptor td)
          Updates the TextDescriptor on this Export selected by varName.
 void Cell.setTextDescriptor(Variable.Key varKey, TextDescriptor td)
          Updates the TextDescriptor on this Cell selected by varKey.
 

Uses of Variable.Key in com.sun.electric.database.id
 

Methods in com.sun.electric.database.id that return Variable.Key
 Variable.Key IdReader.readVariableKey()
          Reads variable key.
 

Methods in com.sun.electric.database.id with parameters of type Variable.Key
 void IdWriter.writeVariableKey(Variable.Key key)
          Writes variable key.
 

Uses of Variable.Key in com.sun.electric.database.topology
 

Fields in com.sun.electric.database.topology declared as Variable.Key
static Variable.Key ArcInst.ARC_NAME
          Key of the obsolete variable holding arc name.
static Variable.Key NodeInst.NODE_NAME
          key of obsolete Variable holding instance name.
static Variable.Key NodeInst.NODE_PROTO
          key of text descriptor with prototype name.
static Variable.Key NodeInst.TRACE
          key of Varible holding outline information.
static Variable.Key NodeInst.TRANSISTOR_LENGTH_KEY
          key of Varible holding serpentine transistor length.
 

Methods in com.sun.electric.database.topology with parameters of type Variable.Key
 void NodeInst.checkPossibleVariableEffects(Variable.Key key)
          Method to handle special case side-effects of setting variables on this NodeInst.
 void ArcInst.checkPossibleVariableEffects(Variable.Key key)
          Method to handle special case side-effects of setting variables on this NodeInst.
 void NodeInst.delParameter(Variable.Key key)
          Method to delete a defined Parameter from this NodeInst.
 void PortInst.delVar(Variable.Key key)
          Method to delete a Variable from this PortInst.
 void NodeInst.delVar(Variable.Key key)
          Method to delete a Variable from this NodeInst.
 void ArcInst.delVar(Variable.Key key)
          Method to delete a Variable from this ArcInst.
 Variable NodeInst.getParameter(Variable.Key key)
          Method to return the Parameter on this NodeInst with the given key.
 TextDescriptor NodeInst.getTextDescriptor(Variable.Key varKey)
          Returns the TextDescriptor on this NodeInst selected by variable key.
 TextDescriptor ArcInst.getTextDescriptor(Variable.Key varKey)
          Returns the TextDescriptor on this ArcInst selected by variable key.
 boolean NodeInst.isDefinedParameter(Variable.Key key)
          Method to tell if the Variable.Key is a defined parameters of this NodeInst.
 boolean NodeInst.isDeprecatedVariable(Variable.Key key)
          Method to determine whether a variable key on NodeInst is deprecated.
 boolean ArcInst.isDeprecatedVariable(Variable.Key key)
          Method to determine whether a variable key on ArcInst is deprecated.
 void NodeInst.setTextDescriptor(Variable.Key varKey, TextDescriptor td)
          Updates the TextDescriptor on this NodeInst selected by varKey.
 void ArcInst.setTextDescriptor(Variable.Key varKey, TextDescriptor td)
          Updates the TextDescriptor on this ArcInst selected by varKey.
 Variable NodeInst.updateParam(Variable.Key key, java.lang.Object value)
          Method to update a Parameter on this NodeInst with the specified values.
 

Uses of Variable.Key in com.sun.electric.database.variable
 

Subclasses of Variable.Key in com.sun.electric.database.variable
static class Variable.AttrKey
          The Key class caches attribute Variable names.
 

Methods in com.sun.electric.database.variable that return Variable.Key
static Variable.Key Variable.findKey(java.lang.String name)
          Method to return the Key object for a given Variable name.
 Variable.Key Variable.getKey()
          Method to return the Variable Key associated with this Variable.
 Variable.Key DisplayedText.getVariableKey()
           
static Variable.Key Variable.newKey(java.lang.String name)
          Method to find or create the Key object for a given Variable name.
static Variable.Key Variable.newKey(java.lang.String name, ElectricObject parent)
          Method to find or create the Key object for a given Variable name.
 

Methods in com.sun.electric.database.variable that return types with arguments of type Variable.Key
 java.util.Set<Variable.Key> CodeExpression.dependsOn()
           
 

Methods in com.sun.electric.database.variable with parameters of type Variable.Key
 void EditWindow_.addHighlightText(ElectricObject eobj, Cell cell, Variable.Key varKey)
           
 int Variable.Key.compareTo(Variable.Key that)
          Compares Variable Keys by their names.
 Poly ElectricObject.computeTextPoly(EditWindow0 wnd, Variable.Key varKey)
          Method to compute a Poly that describes text.
 void ElectricObject.copyTextDescriptorFrom(ElectricObject other, Variable.Key varKey)
          Method to copy text descriptor from another ElectricObject to this ElectricObject.
abstract  void ElectricObject.delVar(Variable.Key key)
          Method to delete a Variable from this ElectricObject.
 CodeExpression.Code ElectricObject.getCode(Variable.Key varKey)
          Returns the Code on this ElectricObject selected by variable key.
 MutableTextDescriptor ElectricObject.getMutableTextDescriptor(Variable.Key varKey)
          Returns the TextDescriptor on this ElectricObject selected by variable key.
 Variable ElectricObject.getParameterOrVariable(Variable.Key key)
          Method to return the Parameter or Variable on this ElectricObject with a given key.
 TextDescriptor ElectricObject.getTextDescriptor(Variable.Key varKey)
          Returns the TextDescriptor on this ElectricObject selected by variable key.
 Variable ElectricObject.getVar(Variable.Key key)
          Method to return the Variable on this ElectricObject with a given key.
<T> T
ElectricObject.getVarValue(Variable.Key key, java.lang.Class<T> type)
          Method to return the value of the the Variable on this ElectricObject with a given key and type.
<T> T
ElectricObject.getVarValue(Variable.Key key, java.lang.Class<T> type, T defaultValue)
          Method to return the value of the the Variable on this ElectricObject with a given key and type.
 boolean ElectricObject.isDeprecatedVariable(Variable.Key key)
          Method to determine whether a Variable key on this object is deprecated.
 boolean ElectricObject.isParam(Variable.Key varKey)
          Method to return true if the Variable on this ElectricObject with given key is a parameter.
 Variable ElectricObject.newDisplayVar(Variable.Key key, java.lang.Object value)
          Method to create a displayable Variable on this ElectricObject with the specified values.
static Variable Variable.newInstance(Variable.Key key, java.lang.Object value, TextDescriptor descriptor)
          Returns new Variable.
 Variable ElectricObject.newVar(Variable.Key key, java.lang.Object value)
          Method to create a non-displayable Variable on this ElectricObject with the specified values.
 Variable ElectricObject.newVar(Variable.Key key, java.lang.Object value, boolean display)
          Method to create a Variable on this ElectricObject with the specified values.
 Variable ElectricObject.newVar(Variable.Key key, java.lang.Object value, TextDescriptor td)
          Method to create a Variable on this ElectricObject with the specified values.
static boolean DisplayedText.objectMovesWithText(ElectricObject eObj, Variable.Key key)
          Method to tell whether text stays with its node.
 Variable ElectricObject.renameVar(Variable.Key key, java.lang.String newName)
          Rename a Variable.
 void ElectricObject.setOff(Variable.Key varKey, double xd, double yd)
          Method to set the X and Y offsets of the text in the TextDescriptor selected by key of variable or special key.
 void ElectricObject.setTextDescriptor(Variable.Key varKey, TextDescriptor td)
          Updates the TextDescriptor on this ElectricObject selected by varKey.
 Variable ElectricObject.updateVar(Variable.Key key, java.lang.Object value)
          Method to update a Variable on this ElectricObject with the specified values.
 Variable ElectricObject.updateVarCode(Variable.Key key, CodeExpression.Code code)
          Method to update a Variable on this ElectricObject with the specified code.
 Variable ElectricObject.updateVarText(Variable.Key key, java.lang.String text)
          Method to update a text Variable on this ElectricObject with the specified values.
 

Constructors in com.sun.electric.database.variable with parameters of type Variable.Key
DisplayedText(ElectricObject eObj, Variable.Key key)
           
 

Uses of Variable.Key in com.sun.electric.technology
 

Fields in com.sun.electric.technology declared as Variable.Key
static Variable.Key Technology.TECH_TMPVAR
          Temporary variable for holding names
static Variable.Key Technology.TRANS_CONTACT
          key of Variable for saving scalable transistor contact information.
 

Uses of Variable.Key in com.sun.electric.technology.technologies
 

Fields in com.sun.electric.technology.technologies declared as Variable.Key
static Variable.Key Artwork.ART_COLOR
          key of Variable holding color information
static Variable.Key Artwork.ART_DEGREES
          Key of Variable holding starting and ending angles.
static Variable.Key Artwork.ART_MESSAGE
          key of Variable holding message text.
static Variable.Key Artwork.ART_PATTERN
          key of Variable holding color information
static Variable.Key Schematics.ATTR_AREA
          key of Variable holding transistor area.
static Variable.Key Schematics.ATTR_LENGTH
          key of Variable holding transistor length.
static Variable.Key Schematics.ATTR_WIDTH
          key of Variable holding transistor width.
static Variable.Key GEM.ELEMENT_NAME
          Variable key for GEM element name.
static Variable.Key GEM.EVENT_1
          Variable key for GEM event 1.
static Variable.Key GEM.EVENT_2
          Variable key for GEM event 2.
static Variable.Key GEM.EVENT_3
          Variable key for GEM event 3.
static Variable.Key GEM.EVENT_4
          Variable key for GEM event 4.
static Variable.Key Schematics.SCHEM_CAPACITANCE
          key of Variable holding capacitance.
static Variable.Key Schematics.SCHEM_DIODE
          key of Variable holding diode area.
static Variable.Key Schematics.SCHEM_FUNCTION
          key of Variable holding black-box function.
static Variable.Key Schematics.SCHEM_GLOBAL_NAME
          key of Variable holding global signal name.
static Variable.Key Schematics.SCHEM_INDUCTANCE
          key of Variable holding inductance.
static Variable.Key Schematics.SCHEM_RESISTANCE
          key of Variable holding resistance.
static Variable.Key MoCMOS.TECH_LAST_STATE
          key of Variable for saving technology state.
 

Uses of Variable.Key in com.sun.electric.tool
 

Methods in com.sun.electric.tool with parameters of type Variable.Key
 void Tool.setVarInJob(ElectricObject obj, Variable.Key key, java.lang.Object newVal)
          Method to set a variable on an ElectricObject in a new Job.
 

Uses of Variable.Key in com.sun.electric.tool.generator.flag
 

Fields in com.sun.electric.tool.generator.flag declared as Variable.Key
static Variable.Key FlagAnnotations.FLAG_ANNOTATION_KEY
          key of Variable holding FLAG Cell annotations.
 

Uses of Variable.Key in com.sun.electric.tool.generator.layout
 

Methods in com.sun.electric.tool.generator.layout that return Variable.Key
 Variable.Key TechType.getAttrS()
           
 Variable.Key TechType.getAttrSN()
           
 Variable.Key TechType.getAttrSP()
           
 Variable.Key TechType.getAttrX()
           
 

Uses of Variable.Key in com.sun.electric.tool.generator.sclibrary
 

Fields in com.sun.electric.tool.generator.sclibrary declared as Variable.Key
static Variable.Key SCLibraryGen.STANDARDCELL
           
 

Constructors in com.sun.electric.tool.generator.sclibrary with parameters of type Variable.Key
SCLibraryGen.CreateVar(Cell cell, Variable.Key key, java.lang.Object defaultVal)
           
 

Uses of Variable.Key in com.sun.electric.tool.io
 

Fields in com.sun.electric.tool.io declared as Variable.Key
static Variable.Key IOTool.IO_TRUE_LIBRARY
          Varible key for true library of fake cell.
static Variable.Key IOTool.POSTSCRIPT_EPS_SCALE
           
static Variable.Key IOTool.POSTSCRIPT_FILEDATE
           
static Variable.Key IOTool.POSTSCRIPT_FILENAME
           
 

Uses of Variable.Key in com.sun.electric.tool.io.input
 

Fields in com.sun.electric.tool.io.input declared as Variable.Key
static Variable.Key DXF.DXF_HEADER_ID_KEY
          key of Variable holding DXF header information.
static Variable.Key DXF.DXF_HEADER_TEXT_KEY
          key of Variable holding DXF header text.
static Variable.Key DXF.DXF_LAYER_KEY
          key of Variable holding DXF layer name.
static Variable.Key LibraryFiles.IO_DUMMY_OBJECT
          key of Variable to denote a dummy cell or library
static Variable.Key LibraryFiles.IO_TRUE_LIBRARY
          key of Varible holding true library of fake cell.
protected static Variable.Key LEFDEF.prXkey
           
protected static Variable.Key LEFDEF.prYkey
           
 

Uses of Variable.Key in com.sun.electric.tool.io.output
 

Fields in com.sun.electric.tool.io.output declared as Variable.Key
static Variable.Key Spice.CDL_TEMPLATE_KEY
          key of Variable holding generic CDL templates.
static Variable.Key DXF.DXF_HEADER_ID_KEY
          key of Variable holding DXF header information.
static Variable.Key DXF.DXF_HEADER_TEXT_KEY
          key of Variable holding DXF header text.
static Variable.Key DXF.DXF_LAYER_KEY
          key of Variable holding DXF layer name.
static Variable.Key FastHenry.GROUP_NAME_KEY
          key of Variable holding group name.
static Variable.Key FastHenry.HEIGHT_SUBDIVS_KEY
          key of Variable holding height subdivisions.
static Variable.Key MOSSIM.MOSSIM_STRENGTH_KEY
          key of Variable holding node or arc strength.
static Variable.Key Pads.PIN_KEY
          key of Variable holding pin information.
static Variable.Key Eagle.PIN_KEY
          key of Variable holding pin information.
static Variable.Key ECAD.PIN_KEY
          key of Variable holding pin information.
static Variable.Key Pads.PKG_TYPE_KEY
          key of Variable holding package type.
static Variable.Key Eagle.PKG_TYPE_KEY
          key of Variable holding package type.
static Variable.Key ECAD.PKG_TYPE_KEY
          key of Variable holding package type.
static Variable.Key Pads.REF_DES_KEY
          key of Variable holding node name.
static Variable.Key Eagle.REF_DES_KEY
          key of Variable holding node name.
static Variable.Key ECAD.REF_DES_KEY
          key of Variable holding node name.
static Variable.Key Silos.SILOS_BEHAVIOR_FILE_KEY
          key of Variable holding behavior file.
static Variable.Key Silos.SILOS_GLOBAL_NAME_KEY
          key of Variable holding global names.
static Variable.Key Silos.SILOS_MODEL_KEY
          key of Variable holding model.
static Variable.Key Silos.SILOS_NODE_NAME_KEY
          key of Variable holding node name.
static Variable.Key Spice.SPICE_2_TEMPLATE_KEY
          key of Variable holding Spice 2 templates.
static Variable.Key Spice.SPICE_3_TEMPLATE_KEY
          key of Variable holding Spice 3 templates.
static Variable.Key Spice.SPICE_A_TEMPLATE_KEY
          key of Variable holding Smart Spice templates.
static Variable.Key Spice.SPICE_C_TEMPLATE_KEY
          key of Variable holding Smart Spice templates.
static Variable.Key Spice.SPICE_CARD_KEY
          key of Variable holding SPICE code.
static Variable.Key Spice.SPICE_CODE_FLAT_KEY
          key of Variable holding SPICE flat code.
static Variable.Key Spice.SPICE_DECLARATION_KEY
          key of Variable holding SPICE declaration.
static Variable.Key Spice.SPICE_GC_TEMPLATE_KEY
          key of Variable holding GnuCap templates.
static Variable.Key Spice.SPICE_H_TEMPLATE_KEY
          key of Variable holding HSpice templates.
static Variable.Key Spice.SPICE_MODEL_KEY
          key of Variable holding SPICE model.
static Variable.Key Spice.SPICE_NETLIST_FILE_KEY
          key of Variable holding Spice model file.
static Variable.Key Spice.SPICE_P_TEMPLATE_KEY
          key of Variable holding PSpice templates.
static Variable.Key Spice.SPICE_SM_TEMPLATE_KEY
          key of Variable holding Smart Spice templates.
static Variable.Key Spice.SPICE_TEMPLATE_KEY
          key of Variable holding generic Spice templates.
static Variable.Key FastHenry.THICKNESS_KEY
          key of Variable holding thickness.
static Variable.Key Verilog.VERILOG_BEHAVE_FILE_KEY
          key of Variable holding file name with Verilog.
static Variable.Key Verilog.VERILOG_CODE_KEY
          key of Variable holding verilog code.
static Variable.Key Verilog.VERILOG_DECLARATION_KEY
          key of Variable holding verilog declarations.
static Variable.Key Verilog.VERILOG_TEMPLATE_KEY
          key of Variable holding verilog templates.
static Variable.Key FastHenry.WIDTH_SUBDIVS_KEY
          key of Variable holding width subdivisions.
static Variable.Key Verilog.WIRE_TYPE_KEY
          key of Variable holding verilog wire time.
static Variable.Key FastHenry.ZHEAD_KEY
          key of Variable holding the head Z value.
static Variable.Key FastHenry.ZTAIL_KEY
          key of Variable holding the tail Z value.
 

Methods in com.sun.electric.tool.io.output that return types with arguments of type Variable.Key
protected  java.util.Set<Variable.Key> Spice.getImportantVars(PrimitiveNode pn)
          Method to tell which Variables are important for primitive node in this netlister
 

Uses of Variable.Key in com.sun.electric.tool.logicaleffort
 

Fields in com.sun.electric.tool.logicaleffort declared as Variable.Key
static Variable.Key LENetlister.ATTR_alpha
           
static Variable.Key LENetlister.ATTR_diffn
           
static Variable.Key LENetlister.ATTR_diffp
           
static Variable.Key LENetlister.ATTR_epsilon
           
static Variable.Key LENetlister.ATTR_gate_cap
           
static Variable.Key LENetlister.ATTR_keeper_ratio
           
static Variable.Key LENetlister.ATTR_L
           
static Variable.Key LENetlister.ATTR_le
           
static Variable.Key LENetlister.ATTR_LEGATE
           
static Variable.Key LEInst.ATTR_LEGATE
           
static Variable.Key LENetlister.ATTR_LEIGNORE
           
static Variable.Key LEInst.ATTR_LEIGNORE
           
static Variable.Key LENetlister.ATTR_LEKEEPER
           
static Variable.Key LEInst.ATTR_LEKEEPER
           
static Variable.Key LENetlister.ATTR_LEPARALLGRP
           
static Variable.Key LENetlister.ATTR_LESETTINGS
           
static Variable.Key LEInst.ATTR_LESETTINGS
           
static Variable.Key LENetlister.ATTR_LEWIRE
           
static Variable.Key LEInst.ATTR_LEWIRE
           
static Variable.Key LENetlister.ATTR_LEWIRECAP
           
static Variable.Key LENetlister.ATTR_max_iter
           
static Variable.Key LENetlister.ATTR_su
           
static Variable.Key LENetlister.ATTR_wire_ratio
           
 

Uses of Variable.Key in com.sun.electric.tool.ncc.basic
 

Fields in com.sun.electric.tool.ncc.basic declared as Variable.Key
static Variable.Key NccCellAnnotations.NCC_ANNOTATION_KEY
          key of Variable holding NCC Cell annotations.
 

Uses of Variable.Key in com.sun.electric.tool.simulation
 

Fields in com.sun.electric.tool.simulation declared as Variable.Key
static Variable.Key Simulation.FALL_DELAY_KEY
          key of Variable holding fall time.
static Variable.Key Simulation.M_FACTOR_KEY
          key of Variable holding "M" factors.
static Variable.Key Simulation.RISE_DELAY_KEY
          key of Variable holding rise time.
static Variable.Key Simulation.WEAK_NODE_KEY
          key of Variable holding flag for weak nodes.
 

Uses of Variable.Key in com.sun.electric.tool.user
 

Fields in com.sun.electric.tool.user declared as Variable.Key
static Variable.Key User.FRAME_COMPANY_NAME
          key of Variable holding cell company name.
static Variable.Key User.FRAME_DESIGNER_NAME
          key of Variable holding cell designer name.
static Variable.Key User.FRAME_LAST_CHANGED_BY
          key of Variable holding user who last changed the cell.
static Variable.Key User.FRAME_PROJECT_NAME
          key of Variable holding cell project name.
static Variable.Key User.FRAME_SIZE
          key of Variable holding cell frame information.
 

Methods in com.sun.electric.tool.user that return Variable.Key
 Variable.Key Highlight2.getVarKey()
           
 

Methods in com.sun.electric.tool.user with parameters of type Variable.Key
 Highlight2 Highlighter.addText(ElectricObject eobj, Cell cell, Variable.Key varKey)
          Method to add a text selection to the list of highlighted objects.
static java.awt.geom.Point2D[] Highlighter.describeHighlightText(EditWindow wnd, ElectricObject eObj, Variable.Key varKey)
          Method to describe an object/variable-key pair as a set of points to draw.
 

Uses of Variable.Key in com.sun.electric.tool.user.dialogs
 

Fields in com.sun.electric.tool.user.dialogs declared as Variable.Key
static Variable.Key BusParameters.ARC_BUS_TEMPLATE
          key for arc's bus template.
static Variable.Key BusParameters.BUS_VARIABLES
          key for library's bus variables.
static Variable.Key BusParameters.EXPORT_BUS_TEMPLATE
          key for export's bus template.
static Variable.Key BusParameters.NODE_BUS_TEMPLATE
          key for node's bus template.
 

Methods in com.sun.electric.tool.user.dialogs with parameters of type Variable.Key
 void TextInfoPanel.setTextDescriptor(Variable.Key varKey, ElectricObject owner)
          Set what the dialog displays: It can display and allow editing of the settings for an existing text descriptor, or it can display and allow editing of default values for a text descriptor of a variable that has not yet been created.
 void TextAttributesPanel.setVariable(Variable.Key varKey, ElectricObject owner)
          Set the Variable that can be edited through this Panel.
 

Uses of Variable.Key in com.sun.electric.tool.user.menus
 

Methods in com.sun.electric.tool.user.menus with parameters of type Variable.Key
static void ToolMenu.makeTemplate(Variable.Key templateKey)
          Method to create a new template in the current cell.
 

Uses of Variable.Key in com.sun.electric.tool.user.tecEdit
 

Fields in com.sun.electric.tool.user.tecEdit declared as Variable.Key
static Variable.Key Info.COMPMENU_KEY
          key of Variable holding component menu info.
static Variable.Key Info.LAYER_KEY
          key of Variable holding layer information.
static Variable.Key Info.OPTION_KEY
          key of Variable holding option information.
 

Uses of Variable.Key in com.sun.electric.tool.user.ui
 

Methods in com.sun.electric.tool.user.ui with parameters of type Variable.Key
 void EditWindow.addHighlightText(ElectricObject eObj, Cell cell, Variable.Key varKey)