Package-level declarations

Types

Link copied to clipboard
@Immutable
class BridgeThemeColorPalette(grey: List<Color>, blue: List<Color>, green: List<Color>, red: List<Color>, yellow: List<Color>, orange: List<Color>, purple: List<Color>, teal: List<Color>) : IntUiThemeColorPalette
Link copied to clipboard
interface IconMapper
Link copied to clipboard
Link copied to clipboard
object IntelliJResourceLoader : ResourceLoader
Link copied to clipboard
class IntelliJResourcePainterProvider<T> constructor(basePath: String, svgLoader: SvgLoader, pathPatcher: ResourcePathPatcher<T>, iconMapper: IconMapper) : ResourcePainterProvider<T>
Link copied to clipboard
Link copied to clipboard
class SwingBridgeService : Disposable

Functions

Link copied to clipboard
fun ToolWindow.addComposeTab(tabDisplayName: String, isLockable: Boolean = true, content: @Composable () -> Unit): ComposePanel
Link copied to clipboard
@Composable
fun SwingBridgeTheme(content: @Composable () -> Unit)
Link copied to clipboard
fun Color.toComposeColor(): Color
Link copied to clipboard