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 | 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 | Description |
---|---|---|
List<ReplacePattern> |
SearchHistory.getReplacePatterns() |
Modifier and Type | Method | Description |
---|---|---|
void |
SearchHistory.addReplace(ReplacePattern pattern) |
Adds ReplacePattern to ReplaceHistory
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.