svoid setEnclosingTabTitle(JComponent c, S title) swing { Pair p = enclosingTab(c); if (p == null) ret; setTabTitle(p.a, p.b, title); }