All Examples  This Package

Class examples.zac.update.ZACLogDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----examples.zac.update.ZACLogDialog

public class ZACLogDialog
extends Dialog
implements ActionListener, WindowListener
Creates the frame for the ZACLogPanel.

Author:
Copyright (c) 1998-2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o ZACLogDialog(Frame, Enumeration)

Method Index

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

Constructors

 o ZACLogDialog
 public ZACLogDialog(Frame f,
                     Enumeration zaclogs)

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent ev)
 o windowActivated
 public void windowActivated(WindowEvent e)
WindowListener methods

 o windowClosed
 public void windowClosed(WindowEvent e)
 o windowClosing
 public void windowClosing(WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(WindowEvent e)
 o windowIconified
 public void windowIconified(WindowEvent e)
 o windowOpened
 public void windowOpened(WindowEvent e)

All Examples  This Package