mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
api_changes_list_2023.md: add missing method name) (#1146)
This commit is contained in:
parent
86981a74e7
commit
16f553571b
@ -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<Row>, ModelIndex<Column>)` method parameter type changed from `ModelIndex<Row>` to `int`
|
||||
`com.intellij.database.datagrid.CoreGrid.showCell(ModelIndex<Row>, ModelIndex<Column>)` method parameter type changed from `ModelIndex<Row>` 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<GridColumn>)` abstract method added
|
||||
|
Loading…
x
Reference in New Issue
Block a user