addTabContentsTo

fun TabbedPane.addTabContentsTo(table: Table)

On tab switch, tab content will be added to provided Table instance. Previous table content will be cleared.


fun TabbedPane.addTabContentsTo(group: Group)

On tab switch, tab content will be added to provided widget Group instance. Previous group content will be cleared.


fun TabbedPane.addTabContentsTo(container: Container<*>)

On tab switch, tab content will be added to provided Container instance. Previous container actor will be replaced.