All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.env.presentation.DistReplayWindow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----ncsa.env.presentation.DistReplayWindow

public class DistReplayWindow
extends Dialog
implements MouseListener
DistReplayWindow creates a window that prompts the user for the directory for the data streams in a session capture.


Constructor Index

 o DistReplayWindow(Frame, PacSession, String)
 o DistReplayWindow(Frame, PacSession, String, boolean)

Method Index

 o handleEvent(Event)
 o init()
 o mouseClicked(MouseEvent)
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)

Constructors

 o DistReplayWindow
 public DistReplayWindow(Frame f,
                         PacSession PS,
                         String name)
 o DistReplayWindow
 public DistReplayWindow(Frame f,
                         PacSession PS,
                         String name,
                         boolean delete)

Methods

 o init
 public void init()
 o handleEvent
 public boolean handleEvent(Event event)
Overrides:
handleEvent in class Component
 o mouseClicked
 public void mouseClicked(MouseEvent e)
 o mousePressed
 public void mousePressed(MouseEvent e)
 o mouseReleased
 public void mouseReleased(MouseEvent e)
 o mouseEntered
 public void mouseEntered(MouseEvent e)
 o mouseExited
 public void mouseExited(MouseEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index