public abstract class AbstractActionHandlerSearchObject extends java.lang.Object implements SearchObject
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractActionHandlerSearchObject(CachedComponent comp,
ActionAdapter adapter) |
| Modifier and Type | Method and Description |
|---|---|
protected ActionAdapter |
adapter() |
javax.swing.Icon |
getIcon()
Returns an icon that can be used to identify this type of result.
|
java.lang.String |
getOwnerName()
The name of the entity where this result is found.
|
void |
locate()
Brings focus to the item in the UI in whatever way is appropriate.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, getText, isMutable, setTextprotected AbstractActionHandlerSearchObject(CachedComponent comp, ActionAdapter adapter)
protected ActionAdapter adapter()
public javax.swing.Icon getIcon()
SearchObjectgetIcon in interface SearchObjectpublic java.lang.String getOwnerName()
SearchObjectgetOwnerName in interface SearchObjectpublic void locate()
SearchObjectlocate in interface SearchObject