UXTab is one tab of a UXTabView: a label and the content view shown when it is selected. addTab(label, content) makes them; labelAt / contentAt read them back.
UXTab
UXTabView
label
content
addTab(label, content)
labelAt
contentAt