TabbedPanel

constructor(visualizer: ItemVisualizer<T, Any>, tabVisualizer: ItemVisualizer<T, Any>, item: T, vararg remaining: T)(source)

Creates a TabbedPanel with orientation == Top.

Parameters

visualizer

to display each item

tabVisualizer

to display the tab for each item

item

the first item in the list

remaining

items in the lest


constructor(orientation: BoxOrientation = Top, visualizer: ItemVisualizer<T, Any>, tabVisualizer: ItemVisualizer<T, Any>, item: T, vararg remaining: T)(source)

Parameters

orientation

of the tab container

visualizer

to display each item

tabVisualizer

to display the tab for each item

item

the first item in the list

remaining

items in the lest