Package-level declarations

Functions

Link copied to clipboard
@Composable
fun ComponentDataProviderBridge(component: JComponent, modifier: Modifier = Modifier, content: @Composable () -> Unit)

Layout composable that create the bridge between Modifier.provideData used inside content and component. So, IntelliJ's DataManager can use component as DataProvider.

Link copied to clipboard
fun Modifier.provideData(dataProvider: (dataId: String) -> Any?): Modifier

Configure component to provide data for IntelliJ Actions system.