IDEA-297657 Port Shared Indexes to Kotlin UI DSL 2

GitOrigin-RevId: 61b4d95e262045cef9a4bec01a7e47e794f6d573
This commit is contained in:
Pavel Porvatov
2022-07-08 23:03:06 +02:00
committed by intellij-monorepo-bot
parent fcbd95fe61
commit 537bc65096

View File

@@ -11,9 +11,7 @@ import javax.swing.JComponent
@ApiStatus.Internal
internal abstract class PlaceholderBaseImpl<T : CellBase<T>>(private val parent: RowImpl) : CellBaseImpl<T>() {
protected var placeholderCellData: PlaceholderCellData? = null
private set
private var placeholderCellData: PlaceholderCellData? = null
private var visible = true
private var enabled = true