| Determines whether the object which provided this SearchInfo
can be searched.
This method determines whether the Find action should be enabled
for the object or not.
This method must be very quick as it may be called frequently and its
speed may influence responsiveness of the whole application. If the exact
algorithm for determination of the result value should be slow, it is
better to return true than make the method slow.
false if the object is known that it cannot besearched; true otherwise since: org.openidex.util/3 3.3 |