mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJP-1115 Kotlin UI DSL improvements / new Layout Manager
GitOrigin-RevId: 974ad150572472f191a3cbe23c31bdff09b3a945
This commit is contained in:
committed by
intellij-monorepo-bot
parent
35d673b383
commit
4aa038e67e
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.util.ui.gridLayout
|
||||
package com.intellij.ui.gridLayout
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.util.ui.gridLayout
|
||||
package com.intellij.ui.gridLayout
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.util.ui.gridLayout
|
||||
package com.intellij.ui.gridLayout
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.util.ui.gridLayout
|
||||
package com.intellij.ui.gridLayout
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
import java.awt.Component
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.util.ui.gridLayout
|
||||
package com.intellij.ui.gridLayout
|
||||
|
||||
import java.awt.Dimension
|
||||
import java.awt.Rectangle
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.util.ui.gridLayout
|
||||
package com.intellij.ui.gridLayout
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
import java.awt.*
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
||||
package com.intellij.util.ui.gridLayout.builders
|
||||
package com.intellij.ui.gridLayout.builders
|
||||
|
||||
import com.intellij.util.ui.gridLayout.*
|
||||
import com.intellij.ui.gridLayout.*
|
||||
import org.jetbrains.annotations.ApiStatus
|
||||
import javax.swing.JComponent
|
||||
|
||||
@@ -6,8 +6,8 @@ import com.intellij.openapi.project.DumbAwareAction
|
||||
import com.intellij.openapi.ui.DialogWrapper
|
||||
import com.intellij.ui.components.JBList
|
||||
import com.intellij.ui.components.JBTabbedPane
|
||||
import com.intellij.util.ui.gridLayout.*
|
||||
import com.intellij.util.ui.gridLayout.builders.RowsGridBuilder
|
||||
import com.intellij.ui.gridLayout.*
|
||||
import com.intellij.ui.gridLayout.builders.RowsGridBuilder
|
||||
import java.awt.Color
|
||||
import java.awt.Component
|
||||
import java.awt.Dimension
|
||||
|
||||
Reference in New Issue
Block a user