Automatic generation produced by ISE Eiffel
class SD_TEXT_FINDER [G -> READABLE_STRING_GENERAL] General cluster: implementation_mswin description: "Find texts that contain certain string, wildcard matcher based." create: make Ancestors ANY Queries found_indexs_in_texts: ARRAYED_LIST [INTEGER_32] is_search_launched: BOOLEAN last_searched: detachable G texts: ARRAYED_LIST [G] texts_found: [like texts] ARRAYED_LIST [G] Commands search (a_str: [attached like last_searched] attached G) Constraints texts not void -- Generated by Eiffel Studio --
For more details: eiffel.org