use of com.haulmont.cuba.desktop.sys.vcl.JTabbedPaneExt in project cuba by cuba-platform.
the class DesktopWindow method setTabCaptionAndDescription.
protected void setTabCaptionAndDescription(JComponent tabWindow) {
String formattedCaption = formatTabCaption(caption, description);
JTabbedPaneExt jTabbedPaneExt = getJTabbedPaneExt();
jTabbedPaneExt.setTitleAt(jTabbedPaneExt.getSelectedIndex(), formattedCaption);
windowManager.getBreadCrumbs(tabWindow).update();
}
Aggregations