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 |
---|---|
SearchPattern.MatchType |
SearchPattern.getMatchType()
Get type of this pattern.
|
static SearchPattern.MatchType |
SearchPattern.MatchType.valueOf(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 and 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(String searchExpression,
boolean wholeWords,
boolean matchCase,
SearchPattern.MatchType matchType)
Creates a new SearchPattern in accordance with given parameters
|