Modifier and Type | Field and Description |
---|---|
static Variable.Key |
ImmutableArcInst.ARC_RADIUS
Key of Varible holding arc curvature.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ImmutableArcInst |
ImmutableArcInst.withoutVariable(Variable.Key key)
Returns ImmutableArcInst which differs from this ImmutableArcInst 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.
|
ImmutableExport |
ImmutableExport.withoutVariable(Variable.Key key)
Returns ImmutableExport which differs from this ImmutableExport 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.
|
ImmutableNodeInst |
ImmutableNodeInst.withoutVariable(Variable.Key key)
Returns ImmutableNodeInst which differs from this ImmutableNodeInst by removing Variable
with the specified key.
|
ImmutablePortInst |
ImmutablePortInst.withoutVariable(Variable.Key key)
Returns ImmutablePortInst which differs from this ImmutablePortInst by removing Variable
with the specified key.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Layout.setGoodDRCCells(java.util.Set<Cell> goodDRCCells,
Variable.Key key,
int activeBits,
boolean inMemory) |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Cell.delVar(Variable.Key key)
Method to delete a Variable from this Cell.
|
void |
Export.delVar(Variable.Key key)
Method to delete a Variable from this Export.
|
void |
Library.delVar(Variable.Key key)
Method to delete a Variable from this Library.
|
Variable |
Cell.getParameter(Variable.Key key)
Method to return the Variable on this Cell with the given key
that is a parameter.
|
Variable |
Nodable.getParameter(Variable.Key key)
Method to return the Parameter on this Nodable with the given key.
|
Variable |
Cell.getParameterOrVariable(Variable.Key key)
Method to return the Parameter or Variable on this Cell with a given key.
|
Variable |
Nodable.getParameterOrVariable(Variable.Key key)
Method to return the Parameter or Variable on this Nodable 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 |
Cell.isDeprecatedVariable(Variable.Key key)
Method to determine whether a variable key on Cell is deprecated.
|
boolean |
Export.isDeprecatedVariable(Variable.Key key)
Method to determine whether a variable key on Export 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 |
Cell.setTextDescriptor(Variable.Key varKey,
TextDescriptor td)
Updates the TextDescriptor on this Cell selected by varKey.
|
void |
Export.setTextDescriptor(Variable.Key varKey,
TextDescriptor td)
Updates the TextDescriptor on this Export selected by varName.
|
Modifier and Type | Method and Description |
---|---|
Variable.Key |
IdReader.readVariableKey()
Reads variable key.
|
Modifier and Type | Method and Description |
---|---|
void |
IdWriter.writeVariableKey(Variable.Key key)
Writes variable key.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ArcInst.checkPossibleVariableEffects(Variable.Key key)
Method to handle special case side-effects of setting variables on this NodeInst.
|
void |
NodeInst.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 |
ArcInst.delVar(Variable.Key key)
Method to delete a Variable from this ArcInst.
|
void |
NodeInst.delVar(Variable.Key key)
Method to delete a Variable from this NodeInst.
|
void |
PortInst.delVar(Variable.Key key)
Method to delete a Variable from this PortInst.
|
Variable |
NodeInst.getParameter(Variable.Key key)
Method to return the Parameter on this NodeInst with the given key.
|
TextDescriptor |
ArcInst.getTextDescriptor(Variable.Key varKey)
Returns the TextDescriptor on this ArcInst selected by variable key.
|
TextDescriptor |
NodeInst.getTextDescriptor(Variable.Key varKey)
Returns the TextDescriptor on this NodeInst 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 |
ArcInst.isDeprecatedVariable(Variable.Key key)
Method to determine whether a variable key on ArcInst is deprecated.
|
boolean |
NodeInst.isDeprecatedVariable(Variable.Key key)
Method to determine whether a variable key on NodeInst is deprecated.
|
void |
ArcInst.setTextDescriptor(Variable.Key varKey,
TextDescriptor td)
Updates the TextDescriptor on this ArcInst selected by varKey.
|
void |
NodeInst.setTextDescriptor(Variable.Key varKey,
TextDescriptor td)
Updates the TextDescriptor on this NodeInst 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.
|
Modifier and Type | Class and Description |
---|---|
static class |
Variable.AttrKey
The Key class caches attribute Variable names.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Variable.Key> |
CodeExpression.dependsOn() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
DisplayedText(ElectricObject eObj,
Variable.Key key) |
Modifier and Type | Field and Description |
---|---|
static Variable.Key |
Technology.NodeLayer.CARBON_NANOTUBE_COUNT
key of Variable for number of tubes in CNFET.
|
static Variable.Key |
Technology.NodeLayer.CARBON_NANOTUBE_PITCH
key of Variable for spacing of tubes in CNFET.
|
static Variable.Key |
Technology.NodeLayer.CUT_ALIGNMENT
key of Variable for overridint cut alignent
|
static Variable.Key |
Technology.NodeLayer.CUT_SPACING
key of Variable for overriding cut spacing.
|
static Variable.Key |
Technology.NodeLayer.METAL_OFFSETS
key of Variable for overriding metal surround.
|
static Variable.Key |
Technology.TRANS_CONTACT
key of Variable for saving scalable transistor contact information.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Tool.setVarInJob(ElectricObject obj,
Variable.Key key,
java.lang.Object newVal)
Method to set a variable on an ElectricObject in a new Job.
|
Modifier and Type | Field and Description |
---|---|
static Variable.Key |
FlagAnnotations.FLAG_ANNOTATION_KEY
key of Variable holding FLAG Cell annotations.
|
Modifier and Type | Method and Description |
---|---|
Variable.Key |
TechType.getAttrS() |
Variable.Key |
TechType.getAttrSN() |
Variable.Key |
TechType.getAttrSP() |
Variable.Key |
TechType.getAttrX() |
Modifier and Type | Field and Description |
---|---|
static Variable.Key |
SCLibraryGen.STANDARDCELL |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected static Variable.Key |
SpiceParasiticsGeneral.ATTR_C
key of wire capacitance.
|
protected static Variable.Key |
SpiceParasiticsGeneral.ATTR_R
key of wire resistance.
|
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 |
ECAD.PIN_KEY
key of Variable holding pin information.
|
static Variable.Key |
Eagle.PIN_KEY
key of Variable holding pin information.
|
static Variable.Key |
Pads.PIN_KEY
key of Variable holding pin information.
|
static Variable.Key |
ECAD.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 |
Pads.PKG_TYPE_KEY
key of Variable holding package type.
|
static Variable.Key |
ECAD.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 |
Pads.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_FILE_KEY
key of deprected Variable holding model file
|
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_DEFPARAM_KEY
key of Variable holding verilog defparams.
|
static Variable.Key |
Verilog.VERILOG_EXTERNAL_CODE_KEY
key of Variable holding verilog code that is
external to the module.
|
static Variable.Key |
Verilog.VERILOG_PARAMETER_KEY
key of Variable holding verilog parameters.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<Variable.Key> |
Spice.getImportantVars(PrimitiveNode pn)
Method to tell which Variables are important for primitive node in this netlister
|
Modifier and Type | Field and Description |
---|---|
static Variable.Key |
NccCellAnnotations.NCC_ANNOTATION_KEY
key of Variable holding NCC Cell annotations.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Variable.Key |
Highlight2.getVarKey() |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
ToolMenu.makeTemplate(Variable.Key templateKey)
Method to create a new template in the current cell.
|
static void |
ToolMenu.makeTemplate(Variable.Key templateKey,
Cell tgtCell)
Method to create a new template on the target cell.
|
static void |
ToolMenu.makeTemplate(Variable.Key templateKey,
Cell tgtCell,
java.lang.Object value)
Method to create a new template on the target cell, with a predefined String or String [].
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
EditWindow.addHighlightText(ElectricObject eObj,
Cell cell,
Variable.Key varKey) |