org.pealfactory.bronze
Class LibraryAppletBeanInfo

java.lang.Object
  extended by java.beans.SimpleBeanInfo
      extended by org.pealfactory.bronze.LibraryAppletBeanInfo
All Implemented Interfaces:
java.beans.BeanInfo

public class LibraryAppletBeanInfo
extends java.beans.SimpleBeanInfo

A BeanInfo class is provided for the LibraryApplet because this applet is used by LiveConnect communication from clientside Javascript. The Microsoft Java VM attempts to load a BeanInfo class for any applet involved in LiveConnect communication; if we don't supply a class, an expensive and uncacheable web request and 404 response occurs.

Since:
Earwen

Field Summary
 
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
 
Constructor Summary
LibraryAppletBeanInfo()
           
 
Method Summary
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors, loadImage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibraryAppletBeanInfo

public LibraryAppletBeanInfo()