Class LocalComponentKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final static <Error class: unknown class><JComponent> LocalComponent
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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