All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.samples.dips.context.ViewAnnotationDialog

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----com.ibm.beans.samples.dips.context.ViewAnnotationDialog

public class ViewAnnotationDialog
extends Dialog
implements WindowListener, ActionListener
The ViewAnnotationDialog class provides a list box which shows the previous annotations made on a bean instance.


Constructor Index

 o ViewAnnotationDialog(Frame, String, AnnotationContextDip)
Constructs a ViewAnnotationDialog.

Method Index

 o actionPerformed(ActionEvent)
Listens for the Ok button and dismisses the dialog.
 o windowActivated(WindowEvent)
Satisfies the WindowListener interface.
 o windowClosed(WindowEvent)
Satisfies the WindowListener interface.
 o windowClosing(WindowEvent)
Satisfies the WindowListener interface.
 o windowDeactivated(WindowEvent)
Satisfies the WindowListener interface.
 o windowDeiconified(WindowEvent)
Satisfies the WindowListener interface.
 o windowIconified(WindowEvent)
Satisfies the WindowListener interface.
 o windowOpened(WindowEvent)
Satisfies the WindowListener interface.

Constructors

 o ViewAnnotationDialog
 public ViewAnnotationDialog(Frame parent,
                             String title,
                             AnnotationContextDip theDip)
Constructs a ViewAnnotationDialog.

Parameters:
parent - The Frame which parents this dialog.
title - The dialog title.
theDip - The annotation dip which is applied to the bean.

Methods

 o windowClosed
 public void windowClosed(WindowEvent event)
Satisfies the WindowListener interface.

Parameters:
event - The window event the listener receives.
 o windowDeiconified
 public void windowDeiconified(WindowEvent event)
Satisfies the WindowListener interface.

Parameters:
event - The window event the listener receives.
 o windowIconified
 public void windowIconified(WindowEvent event)
Satisfies the WindowListener interface.

Parameters:
event - The window event the listener receives.
 o windowActivated
 public void windowActivated(WindowEvent event)
Satisfies the WindowListener interface.

Parameters:
event - The window event the listener receives.
 o windowDeactivated
 public void windowDeactivated(WindowEvent event)
Satisfies the WindowListener interface.

Parameters:
event - The window event the listener receives.
 o windowOpened
 public void windowOpened(WindowEvent event)
Satisfies the WindowListener interface.

Parameters:
event - The window event the listener receives.
 o windowClosing
 public void windowClosing(WindowEvent event)
Satisfies the WindowListener interface.

Parameters:
event - The window event the listener receives.
 o actionPerformed
 public void actionPerformed(ActionEvent event)
Listens for the Ok button and dismisses the dialog.

Parameters:
event - The action event the listener receives.

All Packages  Class Hierarchy  This Package  Previous  Next  Index