From 16f553571b3b1024e478aed8aebba687f06c84d8 Mon Sep 17 00:00:00 2001 From: Liudmila Kornilova Date: Fri, 10 Nov 2023 16:37:04 +0100 Subject: [PATCH] api_changes_list_2023.md: add missing method name) (#1146) --- reference_guide/api_changes_list_2023.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md index 80d11dac4..c279dad89 100644 --- a/reference_guide/api_changes_list_2023.md +++ b/reference_guide/api_changes_list_2023.md @@ -285,7 +285,7 @@ Specify `displayName`/`key` for `Configurable` `com.intellij.database.dataSource.DataSourceStorageCore$Listener` class renamed to `com.intellij.database.dataSource.DataSourceStorage$Listener` : `Core` class removed from hierarchy. -`com.intellij.database.datagrid.CoreGrid(ModelIndex, ModelIndex)` method parameter type changed from `ModelIndex` to `int` +`com.intellij.database.datagrid.CoreGrid.showCell(ModelIndex, ModelIndex)` method parameter type changed from `ModelIndex` to `int` : `ModelIndex` class is used to reference data in the table model. Row indexes in the table model start with 0, even when the table is scrolled to page _N>1_. Parameter type was changed to `int` to indicate that it is an absolute index in the DB table. `com.intellij.database.datagrid.DataGrid.getName(ModelIndex)` abstract method added