edu.jhu.tmaj.client.image
Class ProjectsGUI

java.lang.Object
  extended by edu.jhu.tmaj.client.image.ProjectsGUI

public final class ProjectsGUI
extends java.lang.Object

The initially displayed frame for the Image Analysis application that allows a user to pick a session to score.


Constructor Summary
ProjectsGUI(boolean isShowingOnlyPublishedPapers)
           
 
Method Summary
static void disposeFrame()
           
 void expandTree()
          Expands the first row of the tree to save the user a mouse click.
 javax.swing.JFrame getFrame()
           
 javax.swing.JFrame getMainComponent()
           
 RecentSessionsPanel getRecentSessionsPanel()
           
 void openIASession(IASessionBean iaSessionBean)
           
 void openSession(SessionBean sessionBean)
           
static void showFrame()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectsGUI

public ProjectsGUI(boolean isShowingOnlyPublishedPapers)
Method Detail

showFrame

public static void showFrame()

disposeFrame

public static void disposeFrame()

getMainComponent

public javax.swing.JFrame getMainComponent()

openIASession

public void openIASession(IASessionBean iaSessionBean)

openSession

public void openSession(SessionBean sessionBean)

expandTree

public void expandTree()
Expands the first row of the tree to save the user a mouse click.


getFrame

public javax.swing.JFrame getFrame()

getRecentSessionsPanel

public RecentSessionsPanel getRecentSessionsPanel()