mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IDEA-297657 Port Shared Indexes to Kotlin UI DSL 2
GitOrigin-RevId: 61b4d95e262045cef9a4bec01a7e47e794f6d573
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fcbd95fe61
commit
537bc65096
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user