onOk() Called when the criteria in the Find dialog are confirmed by the user
and the search is about to be started.
Makes sure everything is ready for searching, e.g.
public Node[] getDetails(Object resultObject)(Code)
Parameters: resultObject - DataObject to create the nodes for DetailNodes representing the matches,or null if no matching string is known for thespecified object See Also: DetailNode
Parameters: node - representing a DataObject with matches DetailNodes representing the matches,or null if the specified node does not representa DataObject or if no matching string is known forthe specified object
getDetailsCount
public int getDetailsCount(Object resultObject)(Code)
Called when the criteria in the Find dialog are confirmed by the user
and the search is about to be started.
Makes sure everything is ready for searching, e.g. regexp patterns
are compiled.
Sets a text pattern. Whether it is considered a simple pattern or
a regexp pattern, is determined by the current regexp setting
(see
BasicSearchCriteria.setRegexp(boolean) ).
Parameters: pattern - pattern to be set