Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
class VIEWER_CONTENT General cluster: text_window description: "Whole text displayed in the editor window." create: make, make_from_file Ancestors B_345_TREE Queries after: BOOLEAN count: INTEGER_32 current_line: VIEWER_LINE first_displayed_line: [like current_line] VIEWER_LINE first_line: VIEWER_LINE found_string_character_position: INTEGER_32 found_string_line: INTEGER_32 item (i: INTEGER_32): [like first_line] VIEWER_LINE last_displayed_line: [like current_line] VIEWER_LINE last_line: [like first_line] VIEWER_LINE nb_of_lines_displayed: INTEGER_32 string_selected (start_selection, end_selection: VIEWER_CURSOR): STRING_32 successful_search: BOOLEAN Commands append_data (tl: [like first_line] VIEWER_LINE) append_line (a_line: [like first_displayed_line] VIEWER_LINE) extend (a_line: [like first_displayed_line] VIEWER_LINE) forth go_i_th (i: INTEGER_32) make make_from_file (fn: STRING_8) prepend_data (tl: [like first_line] VIEWER_LINE) prepend_line (a_line: [like first_displayed_line] VIEWER_LINE) search_string (searched_string: READABLE_STRING_GENERAL) set_first_data (tl: [like first_line] VIEWER_LINE) set_last_data (tl: [like first_line] VIEWER_LINE) start wipe_out
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org