edu.jhu.tmaj.client.image
Class RecentSessionsPanel

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

public final class RecentSessionsPanel
extends AbstractSessionsPanel

A Panel showing a list of recent sessions the user has viewed.


Constructor Summary
RecentSessionsPanel(ProjectsGUI projectsGui)
           
 
Method Summary
 void refreshFromDatabase()
           
 void updateRecentIASession(IASessionBean iaSessionBean)
           
 void updateRecentSession(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

RecentSessionsPanel

public RecentSessionsPanel(ProjectsGUI projectsGui)
Method Detail

refreshFromDatabase

public void refreshFromDatabase()

updateRecentIASession

public void updateRecentIASession(IASessionBean iaSessionBean)

updateRecentSession

public void updateRecentSession(SessionBean sessionBean)