All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.beans.samples.dips.context.AuthorDialog
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Dialog
|
+----com.ibm.beans.samples.dips.context.AuthorDialog
- public class AuthorDialog
- extends Dialog
- implements WindowListener, ActionListener
The AuthorDialog class provides the user interface to set and view author information
attached to a bean by dipping.
-
AuthorDialog(AuthorContextDip, Frame, String)
- Construct an AuthorDialog.
-
actionPerformed(ActionEvent)
- Handles the actionPerformed event
when the user presses the OK or Cancel buttons.
-
windowActivated(WindowEvent)
- Satisfies the WindowListener interface.
-
windowClosed(WindowEvent)
- Satisfies the WindowListener interface.
-
windowClosing(WindowEvent)
- Satisfies the WindowListener interface.
-
windowDeactivated(WindowEvent)
- Satisfies the WindowListener interface.
-
windowDeiconified(WindowEvent)
- Satisfies the WindowListener interface.
-
windowIconified(WindowEvent)
- Satisfies the WindowListener interface.
-
windowOpened(WindowEvent)
- Satisfies the WindowListener interface.
AuthorDialog
public AuthorDialog(AuthorContextDip dip,
Frame parent,
String title)
- Construct an AuthorDialog.
windowClosed
public void windowClosed(WindowEvent event)
- Satisfies the WindowListener interface.
- Parameters:
- event - The window event the listener receives.
windowDeiconified
public void windowDeiconified(WindowEvent event)
- Satisfies the WindowListener interface.
- Parameters:
- event - The window event the listener receives.
windowIconified
public void windowIconified(WindowEvent event)
- Satisfies the WindowListener interface.
- Parameters:
- event - The window event the listener receives.
windowActivated
public void windowActivated(WindowEvent event)
- Satisfies the WindowListener interface.
- Parameters:
- event - The window event the listener receives.
windowDeactivated
public void windowDeactivated(WindowEvent event)
- Satisfies the WindowListener interface.
- Parameters:
- event - The window event the listener receives.
windowOpened
public void windowOpened(WindowEvent event)
- Satisfies the WindowListener interface.
- Parameters:
- event - The window event the listener receives.
windowClosing
public void windowClosing(WindowEvent event)
- Satisfies the WindowListener interface.
- Parameters:
- event - The window event the listener receives.
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