Content deleted Content added
|
|
! Interface !! Description
|-
| <tt>AppletInitializer</tt> || Methods in this interface are used to initialize Beans that are also [[Java applet|applet]]s.
|-java
| <tt>BeanInfo</tt> || This interface allows the designer to specify information about the events, methods and properties of a Bean.
|-
| <tt>Customizer</tt> || This interface allows the designer to provide a graphical user interface through which a bean may be configured.
|-
| <tt>DesignMode</tt> || Methods in this interface determine if a bean is executing in design mode.
|-
| <tt>ExceptionListener</tt> || A method in this interface is invoked when an exception has occurred.
|-
| <tt>PropertyChangeListener</tt> || A method in this interface is invoked when a bound property is changed.
|-
| <tt>PropertyEditor</tt> || Objects that implement this interface allow the designer to change and display property values.
|-
| <tt>VetoableChangeListener</tt> || A method in this interface is invoked when a Constrained property is changed.
|-
| <tt>Visibility</tt> || Methods in this interface allow a bean to execute in environments where the GUI is not available.
|}
|