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
-
PacSession()
-
-
PacSession(Session)
-
-
PacSession(Session, boolean)
-
-
addNewToolUiCb(InfoTool)
-
-
addParticipant(InfoPart)
-
-
addTool(Collobject)
-
-
changeInfoSessionFwCb()
-
-
changePresenceFwCb(InfoPart, int)
-
-
changePresenceUiCb(InfoPart, int)
-
-
checkPanel(int)
-
-
displayInfoParticipant(InfoPart)
-
-
getInfoSession()
-
-
getSession()
-
-
hack1_1(int)
-
-
loadTemplateTools()
-
-
mail()
-
-
mailToParticipant(InfoPart)
-
-
quit(int)
-
-
quitRCFwCb()
-
-
removeParticipant(InfoPart)
-
-
removeTool(Collobject)
-
-
removeToolUiCb(IconTool)
-
-
saveAs()
-
-
saveAsCb(int, String)
-
-
setUiSessionPanel()
-
-
toolsToFront()
-
-
updateFields()
-
PacSession
public PacSession()
PacSession
public PacSession(Session habaneroSession)
- Parameters:
- habaneroSession - the session that we are running
- Returns:
- creates the pac session
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
checkPanel
public void checkPanel(int what)
displayInfoParticipant
public void displayInfoParticipant(InfoPart ip)
mailToParticipant
public void mailToParticipant(InfoPart ip)
changePresenceUiCb
public void changePresenceUiCb(InfoPart ip,
int presence)
addNewToolUiCb
public void addNewToolUiCb(InfoTool tool)
removeToolUiCb
public void removeToolUiCb(IconTool t)
addParticipant
public void addParticipant(InfoPart ip)
removeParticipant
public void removeParticipant(InfoPart ip)
changePresenceFwCb
public void changePresenceFwCb(InfoPart ip,
int presence)
addTool
public void addTool(Collobject co)
removeTool
public void removeTool(Collobject co)
quit
public void quit(int i)
quitRCFwCb
public void quitRCFwCb()
loadTemplateTools
public void loadTemplateTools()
mail
public void mail()
saveAs
public void saveAs()
saveAsCb
public void saveAsCb(int i,
String templName)
changeInfoSessionFwCb
public void changeInfoSessionFwCb()
setUiSessionPanel
public void setUiSessionPanel()
getSession
public Session getSession()
- Returns:
- the current session
getInfoSession
public InfoSession getInfoSession()
updateFields
public void updateFields()
toolsToFront
public void toolsToFront()
hack1_1
public void hack1_1(int what)
All Packages Class Hierarchy This Package Previous Next Index