edu.jhu.tmaj.client.image
Class SessionDialog

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

public final class SessionDialog
extends java.lang.Object

A frame that allows users to modify session information, including the ability to publish sessions


Method Summary
static boolean display(SessionBean sessionBean, ProjectsGUI projectsGui, javax.swing.tree.DefaultMutableTreeNode sessionNode, javax.swing.tree.DefaultTreeModel treeModel, java.awt.Frame ownerFrame)
          Displays a dialog to edit a session and returns true if a published or shared sesssion status was updated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

display

public static boolean display(SessionBean sessionBean,
                              ProjectsGUI projectsGui,
                              javax.swing.tree.DefaultMutableTreeNode sessionNode,
                              javax.swing.tree.DefaultTreeModel treeModel,
                              java.awt.Frame ownerFrame)
Displays a dialog to edit a session and returns true if a published or shared sesssion status was updated.