All Packages  Class Hierarchy  This Package  Previous  Next  Index

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

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----com.ibm.beans.samples.dips.context.AuthorContextCustomizer

public class AuthorContextCustomizer
extends Panel
implements Customizer, ActionListener
The AuthorContextCustomizer customizes an author context object This customization provides a facility for changing the update policy which the dip uses to determine when the author changes.


Constructor Index

 o AuthorContextCustomizer()
Constructs a customizer for the Author context.

Method Index

 o actionPerformed(ActionEvent)
Responds to the buttons which the user may press in the dialog.
 o addPropertyChangeListener(PropertyChangeListener)
Adds a listener to be notified whenever the customizer changes the bean in a significant manner.
 o removePropertyChangeListener(PropertyChangeListener)
Removes a listener from the notification list.
 o setObject(Object)
Sets the object instance with which the author customizer interacts.

Constructors

 o AuthorContextCustomizer
 public AuthorContextCustomizer()
Constructs a customizer for the Author context.

Methods

 o setObject
 public void setObject(Object bean)
Sets the object instance with which the author customizer interacts. Once the object is set, the proper GUI is determined and created.

Parameters:
bean - The bean instance to customize
 o addPropertyChangeListener
 public void addPropertyChangeListener(PropertyChangeListener listener)
Adds a listener to be notified whenever the customizer changes the bean in a significant manner. A significant change is a policy update.

Parameters:
listener - Object to be notified of changes.
 o removePropertyChangeListener
 public void removePropertyChangeListener(PropertyChangeListener listener)
Removes a listener from the notification list.

Parameters:
listener - Object to be removed from the notification list.
 o actionPerformed
 public void actionPerformed(ActionEvent event)
Responds to the buttons which the user may press in the dialog.

Parameters:
event - The event that provides information on which, if any, button was pressed.

All Packages  Class Hierarchy  This Package  Previous  Next  Index