{
WindowManager wm = getSession().getApplication().getWindowManager();
ISessionWidget[] frames = wm.getAllFramesOfSession(getSession().getIdentifier());
for (int i = 0; i < frames.length; i++)
{
ISessionWidget widget = frames[i];
try
{
if (widget instanceof SessionInternalFrame)
{
SessionInternalFrame sif =