Package | Description |
---|---|
com.sun.electric.database.variable |
Package for handling variables.
|
com.sun.electric.plugins.j3d | |
com.sun.electric.tool.user.ui | |
com.sun.electric.tool.user.waveform |
Modifier and Type | Method and Description |
---|---|
static CodeExpression.Code |
CodeExpression.Code.getByCBits(int cBits)
Method to convert a bits value to a Code object.
|
static CodeExpression.Code |
CodeExpression.Code.getByOrdinal(int ordinal)
Method to get a Code constant by its ordinal number.
|
CodeExpression.Code |
CodeExpression.getCode() |
CodeExpression.Code |
Variable.getCode()
Determine what code type this variable has, if any
|
CodeExpression.Code |
ElectricObject.getCode(Variable.Key varKey)
Returns the Code on this ElectricObject selected by variable key.
|
static CodeExpression.Code |
CodeExpression.Code.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodeExpression.Code[] |
CodeExpression.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<CodeExpression.Code> |
CodeExpression.Code.getCodes()
Method to get an iterator over all Code types.
|
Modifier and Type | Method and Description |
---|---|
Variable |
ElectricObject.updateVarCode(Variable.Key key,
CodeExpression.Code code)
Method to update a Variable on this ElectricObject with the specified code.
|
static CodeExpression |
CodeExpression.valueOf(java.lang.String expression,
CodeExpression.Code code) |
Variable |
Variable.withCode(CodeExpression.Code code)
Returns Variable which differs from this Variable by code.
|
static java.lang.Object |
Variable.withCode(java.lang.Object value,
CodeExpression.Code code)
Returns Object of specified Code derived from specified Object
If code is not NONE, the new Object will be of type CodeExpression.
|
Modifier and Type | Method and Description |
---|---|
void |
View3DWindow.initTextSearch(java.lang.String search,
boolean caseSensitive,
boolean regExp,
java.util.Set<TextUtils.WhatToSearch> whatToSearch,
CodeExpression.Code codeRestr,
AbstractTextDescriptor.Unit unitRestr,
boolean highlightedOnly) |
Modifier and Type | Method and Description |
---|---|
void |
WindowContent.initTextSearch(java.lang.String search,
boolean caseSensitive,
boolean regExp,
java.util.Set<TextUtils.WhatToSearch> whatToSearch,
CodeExpression.Code codeRestr,
AbstractTextDescriptor.Unit unitRestr,
boolean highlightedOnly)
Method to initialize for a new text search.
|
void |
TextWindow.initTextSearch(java.lang.String search,
boolean caseSensitive,
boolean regExp,
java.util.Set<TextUtils.WhatToSearch> whatToSearch,
CodeExpression.Code codeRestr,
AbstractTextDescriptor.Unit unitRestr,
boolean highlightedOnly)
Method to initialize for a new text search.
|
void |
EditWindow.initTextSearch(java.lang.String search,
boolean caseSensitive,
boolean regExp,
java.util.Set<TextUtils.WhatToSearch> whatToSearch,
CodeExpression.Code codeRestr,
AbstractTextDescriptor.Unit unitRestr,
boolean highlightedOnly)
Method to initialize for a new text
|
Modifier and Type | Method and Description |
---|---|
void |
WaveformWindow.initTextSearch(java.lang.String search,
boolean caseSensitive,
boolean regExp,
java.util.Set<TextUtils.WhatToSearch> whatToSearch,
CodeExpression.Code codeRestr,
AbstractTextDescriptor.Unit unitRestr,
boolean highlightedOnly)
Method to initialize for a new text search.
|