|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextUtils.WhatToSearch | |
---|---|
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 |
Uses of TextUtils.WhatToSearch in com.sun.electric.database.text |
---|
Methods in com.sun.electric.database.text that return TextUtils.WhatToSearch | |
---|---|
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. |
Uses of TextUtils.WhatToSearch in com.sun.electric.plugins.j3d |
---|
Method parameters in com.sun.electric.plugins.j3d with type arguments of type TextUtils.WhatToSearch | |
---|---|
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 TextUtils.WhatToSearch in com.sun.electric.tool.user.ui |
---|
Method parameters in com.sun.electric.tool.user.ui with type arguments of type TextUtils.WhatToSearch | |
---|---|
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 |
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 |
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. |
Uses of TextUtils.WhatToSearch in com.sun.electric.tool.user.waveform |
---|
Method parameters in com.sun.electric.tool.user.waveform with type arguments of type TextUtils.WhatToSearch | |
---|---|
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 |