All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.tools.debugger.TextDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----com.ibm.beans.tools.debugger.TextDialog

public class TextDialog
extends Dialog
implements ActionListener, WindowListener

Variable Index

 o argString
 o clsString

Constructor Index

 o TextDialog(Frame, boolean, String, BeanDbgView)

Method Index

 o actionPerformed(ActionEvent)
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Variables

 o clsString
 public String clsString
 o argString
 public String argString

Constructors

 o TextDialog
 public TextDialog(Frame frame,
                   boolean bModal,
                   String title,
                   BeanDbgView v)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent evt)
 o windowClosed
 public void windowClosed(WindowEvent event)
 o windowClosing
 public void windowClosing(WindowEvent event)
 o windowDeiconified
 public void windowDeiconified(WindowEvent event)
 o windowIconified
 public void windowIconified(WindowEvent event)
 o windowOpened
 public void windowOpened(WindowEvent event)
 o windowActivated
 public void windowActivated(WindowEvent event)
 o windowDeactivated
 public void windowDeactivated(WindowEvent event)

All Packages  Class Hierarchy  This Package  Previous  Next  Index