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
-
cpControl
-
-
session_id
-
-
starter
-
-
tcContainer
-
-
tpSession
-
-
ucUsers
-
-
HSEFrame(String)
-
-
createPanels(ToolImageLoader)
-
-
createSessionUserInterface()
-
-
init(String, boolean)
-
-
loadFromDir(String, ToolImageLoader)
-
starter
public ReplayController starter
tcContainer
protected ToolsContainer tcContainer
ucUsers
protected UsersCanvas ucUsers
cpControl
protected ControlPanel cpControl
tpSession
protected ToolPanel tpSession
session_id
protected String session_id
HSEFrame
public HSEFrame(String str)
createSessionUserInterface
public void createSessionUserInterface()
- Returns:
- creates the user interface
createPanels
public void createPanels(ToolImageLoader til)
- Parameters:
- til - the tool image loader
- Returns:
- creates the panels which various items are hung
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
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