|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CodeExpression.Code | |
---|---|
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 |
Uses of CodeExpression.Code in com.sun.electric.database.variable |
---|
Methods in com.sun.electric.database.variable that return CodeExpression.Code | |
---|---|
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 |
Variable.getCode()
Determine what code type this variable has, if any |
CodeExpression.Code |
CodeExpression.getCode()
|
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. |
Methods in com.sun.electric.database.variable that return types with arguments of type CodeExpression.Code | |
---|---|
static java.util.Iterator<CodeExpression.Code> |
CodeExpression.Code.getCodes()
Method to get an iterator over all Code types. |
Methods in com.sun.electric.database.variable with parameters of type CodeExpression.Code | |
---|---|
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. |
Uses of CodeExpression.Code in com.sun.electric.plugins.j3d |
---|
Methods in com.sun.electric.plugins.j3d with parameters of type CodeExpression.Code | |
---|---|
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)
|
Uses of CodeExpression.Code in com.sun.electric.tool.user.ui |
---|
Methods in com.sun.electric.tool.user.ui with parameters of type CodeExpression.Code | |
---|---|
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 |
Uses of CodeExpression.Code in com.sun.electric.tool.user.waveform |
---|
Methods in com.sun.electric.tool.user.waveform with parameters of type CodeExpression.Code | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |