ide-laf-bridge-233
0.7.3
jvm
ide-laf-bridge-233
/
org.jetbrains.jewel.bridge
Package-level
declarations
Types
Functions
Types
Bridge
Icon
Data
Link copied to clipboard
@
Immutable
class
BridgeIconData
(
val
iconOverrides
:
Map
<
String
,
String
>
,
val
colorPalette
:
Map
<
String
,
String
?
>
,
val
selectionColorPalette
:
Map
<
String
,
Int
>
)
:
IntelliJThemeIconData
Bridge
Palette
Mapper
Factory
Link copied to clipboard
object
BridgePaletteMapperFactory
:
PaletteMapperFactory
Functions
get
Patched
Icon
Path
Link copied to clipboard
fun
getPatchedIconPath
(
dirProvider
:
DirProvider
,
originalPath
:
String
,
classLoaders
:
List
<
ClassLoader
>
)
:
String
?