ide-laf-bridge-232
1.0.0-SNAPSHOT
jvm
ide-laf-bridge-232
/
org.jetbrains.jewel.bridge
Package-level
declarations
Types
Functions
Properties
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
Properties
icons
Link copied to clipboard
val
UITheme
.
icons
:
Map
<
String
,
String
>
Functions
get
Patched
Icon
Path
Link copied to clipboard
fun
getPatchedIconPath
(
dirProvider
:
DirProvider
,
originalPath
:
String
,
classLoaders
:
List
<
ClassLoader
>
)
:
String
?