Interface PanelContainer

    • Method Detail

      • getChildren

        @NotNull
        default @NotNull java.util.List<? extends PanelContainerItem> getChildren()
        Description copied from interface: Container
        Returns a list of container items.
        Specified by:
        getChildren in interface Container
        Returns:
        List of container items.