TabbedDebugPanel

@IviExperimental(reasons = [])
abstract class TabbedDebugPanel(frontendContext: FrontendContext) : DebugPanel

A base class for a debug panel showing DebugTabFragments.

Offers frontend-related utilities for the debug tabs.

Constructors

Link copied to clipboard
fun TabbedDebugPanel(frontendContext: FrontendContext)

Properties

Link copied to clipboard

The lifecycle owner of the Frontend of this panel.

Link copied to clipboard

Manages the DebugTabFragments of this panel.

Inherited properties

Link copied to clipboard
Link copied to clipboard
val id: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: String

Inherited functions

Link copied to clipboard
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun getLifecycle(): Lifecycle
Link copied to clipboard
open override fun getPanelContext(iviFragmentId: IviFragmentId): CommonPanelContext
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String