edu.jhu.tmaj.client.image
Class OpenSessionsPanel

java.lang.Object
  extended by edu.jhu.tmaj.client.image.AbstractSessionsPanel
      extended by edu.jhu.tmaj.client.image.OpenSessionsPanel

public final class OpenSessionsPanel
extends AbstractSessionsPanel

The Panel on the ProjectFrame that lists all sessions the user currently has open.


Constructor Summary
OpenSessionsPanel(ImageAppGuis imageAppGuis)
           
 
Method Summary
 void arrangeWindowsButtonPressed()
          Arranges all Windows of the open sessions is a easy-to-read, standard format.
 void bringToFront(IASessionBean requestedIASessionBean)
           
 void bringToFront(SessionBean requestedSessionBean)
           
 boolean isIASessionOpen(IASessionBean iaSessionBean)
           
 boolean isSessionOpen(SessionBean sessionBean)
           
 
Methods inherited from class edu.jhu.tmaj.client.image.AbstractSessionsPanel
addButtonPanel, addIASessionBean, addIASessionBeanToTop, addKeyListenerToJList, addMouseListenerToJList, addSessionBean, addSessionBeanToTop, clearList, getAllIASessionBeans, getAllSessionBeans, getMainPanel, getSelectedIASessionBeans, getSelectedSessionBeans, isIASessionBeanInList, isSessionBeanInList, removeIASessionBean, removeSessionBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenSessionsPanel

public OpenSessionsPanel(ImageAppGuis imageAppGuis)
Method Detail

isSessionOpen

public boolean isSessionOpen(SessionBean sessionBean)

isIASessionOpen

public boolean isIASessionOpen(IASessionBean iaSessionBean)

bringToFront

public void bringToFront(SessionBean requestedSessionBean)

bringToFront

public void bringToFront(IASessionBean requestedIASessionBean)

arrangeWindowsButtonPressed

public void arrangeWindowsButtonPressed()
Arranges all Windows of the open sessions is a easy-to-read, standard format.