|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Variable.AttrKey | |
---|---|
com.sun.electric.database | Package for the Electric database. |
com.sun.electric.database.hierarchy | Package for hierarchy (cell instances inside of cells). |
Uses of Variable.AttrKey in com.sun.electric.database |
---|
Methods in com.sun.electric.database with parameters of type Variable.AttrKey | |
---|---|
Variable |
ImmutableIconInst.getDefinedParameter(Variable.AttrKey key)
Method to return the Parameter on this ImmuatbleIconInst with a given key. |
Variable |
ImmutableCell.getParameter(Variable.AttrKey key)
Method to return the Parameter on this ImmuatbleCell with a given key. |
ImmutableIconInst |
ImmutableIconInst.withoutParam(Variable.AttrKey key)
Returns ImmutableIconInst which differs from this ImmutableIconInst by removing parameter with the specified key. |
ImmutableCell |
ImmutableCell.withoutParam(Variable.AttrKey key)
Returns ImmutableCell which differs from this ImmutableCell by removing parameter with the specified key. |
Uses of Variable.AttrKey in com.sun.electric.database.hierarchy |
---|
Methods in com.sun.electric.database.hierarchy with parameters of type Variable.AttrKey | |
---|---|
void |
Cell.CellGroup.delParam(Variable.AttrKey key)
Method to delete a parameter from icons/scheamtics this CellGroup. |
void |
Cell.CellGroup.renameParam(Variable.AttrKey key,
Variable.AttrKey newName)
Rename a parameter. |
void |
Cell.CellGroup.updateParam(Variable.AttrKey key,
java.lang.Object value)
Method to update a parameter on icons/schematics of this CellGroup with the specified values. |
void |
Cell.CellGroup.updateParamText(Variable.AttrKey key,
java.lang.String text)
Method to update a text parameter on icons/schematics of this ElectricObject with the specified values. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |