| Package | Description |
|---|---|
| com.sun.electric.database.text |
Package for handling text.
|
| com.sun.electric.plugins.j3d | |
| com.sun.electric.tool.user.ui | |
| com.sun.electric.tool.user.waveform |
| Modifier and Type | Method and Description |
|---|---|
static TextUtils.WhatToSearch |
TextUtils.WhatToSearch.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextUtils.WhatToSearch[] |
TextUtils.WhatToSearch.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|