Package | Description |
---|---|
org.netbeans.api.search |
This package contains classes that can be used by modules that need
to work with Search in Projects dialog, or want to share
information about what data was recently searched.
|
Modifier and Type | Method and Description |
---|---|
ReplacePattern |
ReplacePattern.changePreserveCase(boolean preserveCase)
Create new instance with "preserve case" set to passed value, and other
values copied from this instance.
|
ReplacePattern |
ReplacePattern.changeReplaceExpression(String expression)
Create new instance with "replace expression" set to passed value, and
other values copied from this instance.
|
static ReplacePattern |
ReplacePattern.create(String replaceExpression,
boolean preserveCase)
Creates a new ReplacePattern in accordance with given parameters
|
Modifier and Type | Method and Description |
---|---|
void |
SearchHistory.addReplace(ReplacePattern pattern)
Adds ReplacePattern to ReplaceHistory
|