int intIndice = tabPanel.getSelectedIndex();
String strTitulo
= tabPanel.
getTitleAt(intIndice
); Component cmp
= tabPanel.
getComponentAt(intIndice
); String strName
= cmp.
getName(); String strMensame
="Indice seleccionado : "+intIndice
+"n"+ "Título del tab seleccionado : "+strTitulo+"n"+
"Nombre del Objeto en el tab seleccionado : "+strName;
}