| 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 |
|---|---|---|
SearchPattern.MatchType |
SearchPattern.getMatchType() |
Get type of this pattern.
|
static SearchPattern.MatchType |
SearchPattern.MatchType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static SearchPattern.MatchType[] |
SearchPattern.MatchType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
SearchPattern |
SearchPattern.changeMatchType(SearchPattern.MatchType matchType) |
Create new instance with "match type" set to passed value, and other
values copied from this instance.
|
static SearchPattern |
SearchPattern.create(java.lang.String searchExpression,
boolean wholeWords,
boolean matchCase,
SearchPattern.MatchType matchType) |
Creates a new SearchPattern in accordance with given parameters
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.