protected void
refreshIconBar()
{
SelectedContentManager.clearCurrentlySelectedContent();
UIFunctions uiFunctions = UIFunctionsManager.getUIFunctions();
if (uiFunctions != null) {
uiFunctions.refreshIconBar();
}
}
}, false );
tv_downloads.addLifeCycleListener(