All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.env.control.PacSession

java.lang.Object
   |
   +----ncsa.env.control.PacSession

public class PacSession
extends Object

Constructor Index

 o PacSession()
 o PacSession(Session)
 o PacSession(Session, boolean)

Method Index

 o addNewToolUiCb(InfoTool)
 o addParticipant(InfoPart)
 o addTool(Collobject)
 o changeInfoSessionFwCb()
 o changePresenceFwCb(InfoPart, int)
 o changePresenceUiCb(InfoPart, int)
 o checkPanel(int)
 o displayInfoParticipant(InfoPart)
 o getInfoSession()
 o getSession()
 o hack1_1(int)
 o loadTemplateTools()
 o mail()
 o mailToParticipant(InfoPart)
 o quit(int)
 o quitRCFwCb()
 o removeParticipant(InfoPart)
 o removeTool(Collobject)
 o removeToolUiCb(IconTool)
 o saveAs()
 o saveAsCb(int, String)
 o setUiSessionPanel()
 o toolsToFront()
 o updateFields()

Constructors

 o PacSession
 public PacSession()
 o PacSession
 public PacSession(Session habaneroSession)
Parameters:
habaneroSession - the session that we are running
Returns:
creates the pac session
 o PacSession
 public PacSession(Session habaneroSession,
                   boolean bReplay)
Parameters:
habaneroSession - the session that we are running
bReplay - is this a replay session?
Returns:
creates the pac session

Methods

 o checkPanel
 public void checkPanel(int what)
 o displayInfoParticipant
 public void displayInfoParticipant(InfoPart ip)
 o mailToParticipant
 public void mailToParticipant(InfoPart ip)
 o changePresenceUiCb
 public void changePresenceUiCb(InfoPart ip,
                                int presence)
 o addNewToolUiCb
 public void addNewToolUiCb(InfoTool tool)
 o removeToolUiCb
 public void removeToolUiCb(IconTool t)
 o addParticipant
 public void addParticipant(InfoPart ip)
 o removeParticipant
 public void removeParticipant(InfoPart ip)
 o changePresenceFwCb
 public void changePresenceFwCb(InfoPart ip,
                                int presence)
 o addTool
 public void addTool(Collobject co)
 o removeTool
 public void removeTool(Collobject co)
 o quit
 public void quit(int i)
 o quitRCFwCb
 public void quitRCFwCb()
 o loadTemplateTools
 public void loadTemplateTools()
 o mail
 public void mail()
 o saveAs
 public void saveAs()
 o saveAsCb
 public void saveAsCb(int i,
                      String templName)
 o changeInfoSessionFwCb
 public void changeInfoSessionFwCb()
 o setUiSessionPanel
 public void setUiSessionPanel()
 o getSession
 public Session getSession()
Returns:
the current session
 o getInfoSession
 public InfoSession getInfoSession()
 o updateFields
 public void updateFields()
 o toolsToFront
 public void toolsToFront()
 o hack1_1
 public void hack1_1(int what)

All Packages  Class Hierarchy  This Package  Previous  Next  Index