Package org.jetbrains.jewel.foundation
Class LocalComponentKt
-
- All Implemented Interfaces:
public final class LocalComponentKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static <Error class: unknown class><JComponent>LocalComponent
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class><JComponent>getLocalComponent()Provides the root JComponent used to host the current Compose hierarchy. -
-
Method Detail
-
getLocalComponent
final <Error class: unknown class><JComponent> getLocalComponent()
Provides the root JComponent used to host the current Compose hierarchy.
The value is automatically set by:
Decorated window on stand alone
'Window' composables from the 'org.jetbrains.jewel.intui.standalone.window'
Jewel compose bridge for IDE
-
-
-
-