diff --git a/reference_guide/api_changes_list_2023.md b/reference_guide/api_changes_list_2023.md index f6fa1a372..80d11dac4 100644 --- a/reference_guide/api_changes_list_2023.md +++ b/reference_guide/api_changes_list_2023.md @@ -243,6 +243,15 @@ Fragment builder functions from `ExternalSystemRunConfigurationUtil` file moved `com.intellij.database.datagrid.DataGrid.getName(ModelIndex)` method removed : Only recompilation is needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation. +`com.intellij.database.datagrid.DataGrid.setDisplayType(ModelIndex, DisplayType)` abstract method added +: Only recompilation is needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation. + +`com.intellij.database.datagrid.DataGrid.getDisplayType(ModelIndex)` abstract method added +: Only recompilation is needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation. + +`com.intellij.database.datagrid.DataGrid.getPureDisplayType(ModelIndex)` abstract method added +: Only recompilation is needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation. + `com.intellij.database.datagrid.DataGrid.setBinaryDisplayType(ModelIndex, BinaryDisplayType)` method removed : Use `com.intellij.database.datagrid.DataGrid.setDisplayType(ModelIndex, DisplayType)` instead.