mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
The second part of api affected by DBE-163 (#1145)
This commit is contained in:
parent
8d395dee95
commit
a8864e84e6
@ -243,6 +243,15 @@ Fragment builder functions from `ExternalSystemRunConfigurationUtil` file moved
|
|||||||
`com.intellij.database.datagrid.DataGrid.getName(ModelIndex<GridColumn>)` method removed
|
`com.intellij.database.datagrid.DataGrid.getName(ModelIndex<GridColumn>)` method removed
|
||||||
: Only recompilation is needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation.
|
: Only recompilation is needed for classes that implement `DataGrid` and delegate calls to an actual `DataGrid` implementation.
|
||||||
|
|
||||||
|
`com.intellij.database.datagrid.DataGrid.setDisplayType(ModelIndex<GridColumn>, 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<GridColumn>)` 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<GridColumn>)` 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<GridColumn>, BinaryDisplayType)` method removed
|
`com.intellij.database.datagrid.DataGrid.setBinaryDisplayType(ModelIndex<GridColumn>, BinaryDisplayType)` method removed
|
||||||
: Use `com.intellij.database.datagrid.DataGrid.setDisplayType(ModelIndex<GridColumn>, DisplayType)` instead.
|
: Use `com.intellij.database.datagrid.DataGrid.setDisplayType(ModelIndex<GridColumn>, DisplayType)` instead.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user