| __init__(self, parent, num_rows, num_cols, popup_creator=None) | robotide.editor.gridbase.GridEditor | |
| _bind_to_events(self) | robotide.editor.gridbase.GridEditor | private |
| _clear_selected_cells(self) | robotide.editor.gridbase.GridEditor | private |
| _clipboard_handler | robotide.editor.gridbase.GridEditor | private |
| _col_add_threshold | robotide.editor.gridbase.GridEditor | privatestatic |
| _current_cell_value(self) | robotide.editor.gridbase.GridEditor | private |
| _delete_cells(self, data) | robotide.editor.gridbase.GridEditor | private |
| _delete_from_cell_editor(self) | robotide.editor.gridbase.GridEditor | private |
| _ensure_selected_row_is_visible(self, bottom_row) | robotide.editor.gridbase.GridEditor | private |
| _expand_if_necessary(self, row, col) | robotide.editor.gridbase.GridEditor | private |
| _get_all_content(self) | robotide.editor.gridbase.GridEditor | private |
| _get_block_content(self, row_range, col_range) | robotide.editor.gridbase.GridEditor | private |
| _history | robotide.editor.gridbase.GridEditor | private |
| _insert_cells(self, data) | robotide.editor.gridbase.GridEditor | private |
| _insert_or_delete_cells(self, action, event) | robotide.editor.gridbase.GridEditor | private |
| _is_whole_row_selection(self) | robotide.editor.gridbase.GridEditor | private |
| _newline_replacer(self, match) | robotide.editor.gridbase.GridEditor | private |
| _popup_creator | robotide.editor.gridbase.GridEditor | private |
| _popup_items | robotide.editor.gridbase.GridEditor | privatestatic |
| _refresh_layout(self) | robotide.editor.gridbase.GridEditor | private |
| _regexps | robotide.editor.gridbase.GridEditor | privatestatic |
| _replacer(self, char, match) | robotide.editor.gridbase.GridEditor | private |
| _row_data(self, row) | robotide.editor.gridbase.GridEditor | private |
| _strip_trailing_empty_cells(self, rowdata) | robotide.editor.gridbase.GridEditor | private |
| _unescape_newlines_and_whitespaces(self, item) | robotide.editor.gridbase.GridEditor | private |
| _update_history(self) | robotide.editor.gridbase.GridEditor | private |
| _whitespace_replacer(self, match) | robotide.editor.gridbase.GridEditor | private |
| _write_data(self, data, update_history=True) | robotide.editor.gridbase.GridEditor | private |
| _write_row(self, row, data) | robotide.editor.gridbase.GridEditor | private |
| cell_under_cursor | robotide.editor.gridbase.GridEditor | static |
| cell_under_cursor(self) | robotide.editor.gridbase.GridEditor | private |
| color_background | robotide.editor.gridbase.GridEditor | |
| color_background_help | robotide.editor.gridbase.GridEditor | |
| color_foreground | robotide.editor.gridbase.GridEditor | |
| color_foreground_text | robotide.editor.gridbase.GridEditor | |
| color_secondary_background | robotide.editor.gridbase.GridEditor | |
| color_secondary_foreground | robotide.editor.gridbase.GridEditor | |
| copy(self) | robotide.editor.gridbase.GridEditor | |
| cut(self) | robotide.editor.gridbase.GridEditor | |
| delete(self) | robotide.editor.gridbase.GridEditor | |
| general_settings | robotide.editor.gridbase.GridEditor | |
| get_cell_edit_control(self) | robotide.editor.gridbase.GridEditor | |
| get_selected_content(self) | robotide.editor.gridbase.GridEditor | |
| get_single_selection_content(self) | robotide.editor.gridbase.GridEditor | |
| has_focus(self) | robotide.editor.gridbase.GridEditor | |
| OnCellRightClick(self, event) | robotide.editor.gridbase.GridEditor | |
| OnDeleteCells(self, event) | robotide.editor.gridbase.GridEditor | |
| OnInsertCells(self, event) | robotide.editor.gridbase.GridEditor | |
| OnRangeSelect(self, event) | robotide.editor.gridbase.GridEditor | |
| OnSelectCell(self, event) | robotide.editor.gridbase.GridEditor | |
| paste(self) | robotide.editor.gridbase.GridEditor | |
| register_context_menu_hook(self, callable) | robotide.editor.gridbase.GridEditor | |
| select(self, row, column) | robotide.editor.gridbase.GridEditor | |
| selection | robotide.editor.gridbase.GridEditor | |
| settings | robotide.editor.gridbase.GridEditor | |
| undo(self) | robotide.editor.gridbase.GridEditor | |
| unregister_context_menu_hook(self, callable) | robotide.editor.gridbase.GridEditor | |
| write_cell(self, row, col, value, update_history=True) | robotide.editor.gridbase.GridEditor | |