java.beans Interface and Class Details

Interface AppletInitializer

public abstract interface AppletInitializer
						

The AppletInitializer interface provides the mechanism for initializing a JavaBean, which is also an applet, when the bean is instantiated by java.beans.Beans.instantiate().

Methods
public void
								initialize(Applet newAppletBean, BeanContext bCtxt)
public void     activate(Applet newApplet)

Interface BeanInfo

public abstract interface BeanInfo
						

This interface is implemented by Bean providers to supply basic information about a Bean, including an icon for the Bean to place in a toolbar or similar Component.

Fields
public static final int       ICON_COLOR_16x16
public static final int       ICON_COLOR_32x32
public static final int       ICON_MONO_16x16

Get PURE Java™ 2 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.