* soultion browser event passing the current tab index and the type of event
*/
public void registerContentOverlay( String id ) {
IFrameTabPanel panel = getCurrentFrame();
if ( panel != null ) {
panel.addOverlay( id );
Widget selectTabContent = null;
if ( getTab( getSelectedTabIndex() ) != null ) {
selectTabContent = getTab( getSelectedTabIndex() ).getContent();
}
List<FileItem> selectedItems = SolutionBrowserPanel.getInstance().getFilesListPanel().getSelectedFileItems();