protected class AbstractScriptSearchProvider.SimplePropertySO extends AbstractScriptSearchProvider.AbstractScriptSearchObject
| Constructor and Description |
|---|
SimplePropertySO(java.lang.String name,
java.lang.String propName) |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.Icon |
getIcon()
Returns an icon that can be used to identify this type of result.
|
java.lang.String |
getName()
The name of the object that matches the search pattern.
|
java.lang.String |
getText()
Gets the text representation of the search result.
|
void |
setText(java.lang.String value)
Updates the search result with the new value- the "replace" in "search & replace".
|
getOwnerName, locateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisMutablepublic SimplePropertySO(java.lang.String name,
java.lang.String propName)
public javax.swing.Icon getIcon()
SearchObjectpublic java.lang.String getName()
SearchObjectpublic java.lang.String getText()
SearchObjectpublic void setText(java.lang.String value)
SearchObject