All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

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

public class AnnotationDialog
extends Dialog
implements WindowListener, ActionListener
The AnnotationDialog class provides the user interface to set and view annotation information attached to a bean by dipping.


Constructor Index

 o AnnotationDialog(AnnotationContextDip, Frame, String)
Constructs an AnnotationDialog.

Method Index

 o actionPerformed(ActionEvent)
Handles the actionPerformed event when the user presses the OK or Cancel buttons.
 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 AnnotationDialog
 public AnnotationDialog(AnnotationContextDip dip,
                         Frame parent,
                         String title)
Constructs an AnnotationDialog. Creates and positions the various controls in this dialog.

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)
Handles the actionPerformed event when the user presses the OK or Cancel buttons.

Parameters:
event - provides information on which button was pressed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index