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, locate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isMutable
public SimplePropertySO(java.lang.String name, java.lang.String propName)
public javax.swing.Icon getIcon()
SearchObject
public java.lang.String getName()
SearchObject
public java.lang.String getText()
SearchObject
public void setText(java.lang.String value)
SearchObject