All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.replay.HSEFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ncsa.replay.HSEFrame

public class HSEFrame
extends Frame
HSEFrame The habanero session editor frame


Variable Index

 o cpControl
 o session_id
 o starter
 o tcContainer
 o tpSession
 o ucUsers

Constructor Index

 o HSEFrame(String)

Method Index

 o createPanels(ToolImageLoader)
 o createSessionUserInterface()
 o init(String, boolean)
 o loadFromDir(String, ToolImageLoader)

Variables

 o starter
 public ReplayController starter
 o tcContainer
 protected ToolsContainer tcContainer
 o ucUsers
 protected UsersCanvas ucUsers
 o cpControl
 protected ControlPanel cpControl
 o tpSession
 protected ToolPanel tpSession
 o session_id
 protected String session_id

Constructors

 o HSEFrame
 public HSEFrame(String str)

Methods

 o createSessionUserInterface
 public void createSessionUserInterface()
Returns:
creates the user interface
 o createPanels
 public void createPanels(ToolImageLoader til)
Parameters:
til - the tool image loader
Returns:
creates the panels which various items are hung
 o loadFromDir
 public void loadFromDir(String dir,
                         ToolImageLoader til)
Parameters:
dir - the directory containing the replay
til - the tool image loader
Returns:
loads the GUI from the directory
 o init
 public void init(String dir,
                  boolean bPacStarted)
Parameters:
dir - the directory containing the replay
bPacStarted - has the user interface been started
Returns:
starts the replay GUI

All Packages  Class Hierarchy  This Package  Previous  Next  Index